mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
Compare commits
2 Commits
fb549ba6ba
...
09034c98bd
Author | SHA1 | Date | |
---|---|---|---|
|
09034c98bd | ||
|
c9794c351c |
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user