Add mute and MPD controls
This commit is contained in:
parent
efc1c4bb7a
commit
7e32d6682e
2 changed files with 6 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,3 +2,4 @@ nushell/history.txt
|
|||
nushell/zoxide.nu
|
||||
tmux/newsboat
|
||||
tmux/plugins
|
||||
leftwm/themes/current
|
||||
|
|
|
@ -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,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue