1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

Compare commits

..

2 Commits

Author SHA1 Message Date
Ryan Kes
09034c98bd added playerctl shortcuts 2020-09-30 14:06:50 +02:00
Ryan Kes
c9794c351c update mpd config 2020-09-30 14:01:23 +02:00
2 changed files with 18 additions and 10 deletions

View File

@ -1,13 +1,19 @@
# Required files
db_file "~/.cache/mpd/database"
log_file "~/.cache/mpd/log"
db_file "~/.local/share/mpd/database"
log_file "syslog"
# Optional
music_directory "~/music"
playlist_directory "~/.config/mpd/playlists"
pid_file "~/.cache/mpd/pid"
state_file "~/.cache/mpd/state"
sticker_file "~/.cache/mpd/sticker.sql"
#pid_file "~/.local/share/mpd/pid"
state_file "~/.local/share/mpd/state"
sticker_file "~/.local/share/mpd/sticker.sql"
# Refresh database whenever new files are added to music_directory
auto_update "yes"
auto_update_depth "0"
restore_paused "yes"
audio_output {
type "pulse"

View File

@ -15,13 +15,15 @@ super + F3
super + F4
~/.local/bin/ssh-dmenu -p SSH:
# scratchpad shell
# player controls
super + F5
tdrop -ma -w -4 -y 26 -s dropdown alacritty --class scratchpad
# scratchpad emacs
playerctl stop
super + F6
tdrop -ma -w -4 -y 26 emacs
playerctl previous
super + F7
playerctl play-pause
super + F8
playerctl next
# Wireguard
super + F11