Add mute and MPD controls

This commit is contained in:
Skylar Hill 2023-12-08 22:04:38 -06:00
parent efc1c4bb7a
commit 7e32d6682e
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ nushell/history.txt
nushell/zoxide.nu
tmux/newsboat
tmux/plugins
leftwm/themes/current

View File

@ -117,6 +117,11 @@
(command: MoveToTag, value: "9", modifier: ["modkey", "Shift"], key: "9"),
(command: Execute, value: "amixer sset 'Master' 5%+", modifier: [], key: "XF86AudioRaiseVolume"),
(command: Execute, value: "amixer sset 'Master' 5%-", modifier: [], key: "XF86AudioLowerVolume"),
(command: Execute, value: "amixer sset 'Master' toggle", modifier: [], key: "XF86AudioMute"),
(command: Execute, value: "mpc toggle", modifier: ["modkey"], key: "Home"),
(command: Execute, value: "mpc prev", modifier: ["modkey"], key: "End"),
(command: Execute, value: "mpc next", modifier: ["modkey"], key: "Insert"),
(command: Execute, value: "mpc stop", modifier: ["modkey", "Shift"], key: "Home"),
],
state_path: None,
)