diff options
author | Joe <rrbo@proton.me> | 2023-02-06 16:51:21 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-02-06 16:51:21 +0100 |
commit | 6122167ae1218dbc186d53302b67cf1cfbcf733d (patch) | |
tree | d49b3f9458b15fcad628adbc01c85e1bda17a1d6 | |
parent | up (diff) | |
download | dotfiles-bsd-6122167ae1218dbc186d53302b67cf1cfbcf733d.tar.gz dotfiles-bsd-6122167ae1218dbc186d53302b67cf1cfbcf733d.tar.bz2 dotfiles-bsd-6122167ae1218dbc186d53302b67cf1cfbcf733d.tar.xz dotfiles-bsd-6122167ae1218dbc186d53302b67cf1cfbcf733d.tar.zst dotfiles-bsd-6122167ae1218dbc186d53302b67cf1cfbcf733d.zip |
up
-rw-r--r-- | .config/gtk-2.0/gtkfilechooser.ini | 4 | ||||
-rw-r--r-- | .config/mpd/mpd.conf | 13 |
2 files changed, 13 insertions, 4 deletions
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). # |