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.
09034c98bd
...
fb549ba6ba
@ -1,19 +1,13 @@
|
|||||||
# Required files
|
# Required files
|
||||||
db_file "~/.local/share/mpd/database"
|
db_file "~/.cache/mpd/database"
|
||||||
log_file "syslog"
|
log_file "~/.cache/mpd/log"
|
||||||
|
|
||||||
# Optional
|
# Optional
|
||||||
music_directory "~/music"
|
music_directory "~/music"
|
||||||
playlist_directory "~/.config/mpd/playlists"
|
playlist_directory "~/.config/mpd/playlists"
|
||||||
#pid_file "~/.local/share/mpd/pid"
|
pid_file "~/.cache/mpd/pid"
|
||||||
state_file "~/.local/share/mpd/state"
|
state_file "~/.cache/mpd/state"
|
||||||
sticker_file "~/.local/share/mpd/sticker.sql"
|
sticker_file "~/.cache/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 {
|
audio_output {
|
||||||
type "pulse"
|
type "pulse"
|
||||||
|
@ -15,15 +15,13 @@ super + F3
|
|||||||
super + F4
|
super + F4
|
||||||
~/.local/bin/ssh-dmenu -p SSH:
|
~/.local/bin/ssh-dmenu -p SSH:
|
||||||
|
|
||||||
# player controls
|
# scratchpad shell
|
||||||
super + F5
|
super + F5
|
||||||
playerctl stop
|
tdrop -ma -w -4 -y 26 -s dropdown alacritty --class scratchpad
|
||||||
|
|
||||||
|
# scratchpad emacs
|
||||||
super + F6
|
super + F6
|
||||||
playerctl previous
|
tdrop -ma -w -4 -y 26 emacs
|
||||||
super + F7
|
|
||||||
playerctl play-pause
|
|
||||||
super + F8
|
|
||||||
playerctl next
|
|
||||||
|
|
||||||
# Wireguard
|
# Wireguard
|
||||||
super + F11
|
super + F11
|
||||||
|
Loading…
Reference in New Issue
Block a user