diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-29 19:17:54 +0100 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-29 19:17:54 +0100 | 
| commit | 0a8efa37e85ad3fc0b633d5e92198b09cd7fd555 (patch) | |
| tree | 30001a3c2a2444f204b7f80e36fd93cc0b9c7ff8 /config/common | |
| parent | 3d6ee0856e4477378e8237f11f6f74eec9754488 (diff) | |
| parent | 1c632029d7a02742b0cc740b6984ce139429b88b (diff) | |
Merge branch 'main' of db:dotfiles
Diffstat (limited to 'config/common')
| -rw-r--r-- | config/common/mpd/mpd.conf | 4 | ||||
| -rw-r--r-- | config/common/mpv/input.conf | 2 | 
2 files changed, 3 insertions, 3 deletions
diff --git a/config/common/mpd/mpd.conf b/config/common/mpd/mpd.conf index 095b345..f9e7f9e 100644 --- a/config/common/mpd/mpd.conf +++ b/config/common/mpd/mpd.conf @@ -5,8 +5,8 @@ pid_file             "~/.config/mpd/pid"  state_file           "~/.local/state/mpd/state"  auto_update          "yes"  restore_paused       "yes" -bind_to_address		 "127.0.0.1" -port                 "6600" +# bind_to_address		 "/run/user/1000/mpd/socket" +# port                 "6600"  audio_output {  	type "pulse"  	name "pulse audio" diff --git a/config/common/mpv/input.conf b/config/common/mpv/input.conf index b7932fa..5615d5f 100644 --- a/config/common/mpv/input.conf +++ b/config/common/mpv/input.conf @@ -193,7 +193,7 @@ LEFT seek -2 exact  UP seek 2 keyframes  DOWN seek -2 keyframes -ctrl-l cycle-values loop-file "inf" "no"    # toggle infinite looping +ctrl+l cycle-values loop-file "inf" "no"    # toggle infinite looping  # Speed  ] add speed 0.5  | 
