From 6122167ae1218dbc186d53302b67cf1cfbcf733d Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 6 Feb 2023 16:51:21 +0100 Subject: up --- .config/gtk-2.0/gtkfilechooser.ini | 4 ++-- .config/mpd/mpd.conf | 13 +++++++++++-- 2 files changed, 13 insertions(+), 4 deletions(-) (limited to '.config') diff --git a/.config/gtk-2.0/gtkfilechooser.ini b/.config/gtk-2.0/gtkfilechooser.ini index a7506b5..4573af2 100644 --- a/.config/gtk-2.0/gtkfilechooser.ini +++ b/.config/gtk-2.0/gtkfilechooser.ini @@ -2,8 +2,8 @@ LocationMode=path-bar ShowHidden=true ShowSizeColumn=true -GeometryX=2700 -GeometryY=263 +GeometryX=0 +GeometryY=0 GeometryWidth=948 GeometryHeight=641 SortColumn=name diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index a960523..667ab82 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -66,6 +66,7 @@ sticker_file "~/.local/share/mpd/sticker.sql" # current user. # user "jozan" +user "r_bousset" # # This setting specifies the group that MPD will run as. If not specified # primary group of user specified with "user" setting will be used (if set). @@ -73,6 +74,7 @@ user "jozan" # have permission to use sound card. # group "jozan" +group "r_bousset" # # This setting sets the address for the daemon to listen on. Careful attention # should be paid if this is assigned to anything other then the default, any. @@ -80,8 +82,8 @@ group "jozan" # systemd socket activiation is in use. # # For network -bind_to_address "any" -# bind_to_address "localhost" +# bind_to_address "any" +bind_to_address "localhost" # bind_to_address "192.168.1.79" # # And for Unix Socket @@ -291,6 +293,13 @@ audio_output { # server "remote_server" # optional # sink "remote_server_sink" # optional } +# pipewire +audio_output { + type "pipewire" + name "My Pulse Output" + # server "remote_server" # optional + # sink "remote_server_sink" # optional +} # # An example of a winmm output (Windows multimedia API). # -- cgit v1.2.3