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

Compare commits

..

No commits in common. "09034c98bd2dc7df4df3807d3b734135f2462906" and "fb549ba6ba1d396099886ae87576a324f14e0272" have entirely different histories.

2 changed files with 10 additions and 18 deletions

View File

@ -1,19 +1,13 @@
# Required files
db_file "~/.local/share/mpd/database"
log_file "syslog"
db_file "~/.cache/mpd/database"
log_file "~/.cache/mpd/log"
# Optional
music_directory "~/music"
playlist_directory "~/.config/mpd/playlists"
#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"
pid_file "~/.cache/mpd/pid"
state_file "~/.cache/mpd/state"
sticker_file "~/.cache/mpd/sticker.sql"
audio_output {
type "pulse"

View File

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