diff --git a/.gitignore b/.gitignore index b6f6704..895adb2 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ nushell/history.txt nushell/zoxide.nu tmux/newsboat tmux/plugins +leftwm/themes/current diff --git a/leftwm/config.ron b/leftwm/config.ron index 5d0a3bf..6c3febf 100644 --- a/leftwm/config.ron +++ b/leftwm/config.ron @@ -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, )