diff --git a/files/.config/sxhkd/sxhkdrc b/files/.config/sxhkd/sxhkdrc deleted file mode 100644 index 78a5595..0000000 --- a/files/.config/sxhkd/sxhkdrc +++ /dev/null @@ -1,27 +0,0 @@ -# launcher -super + d - dmenu_run - -# terminal -super + shift + Return - lxterminal - -# screenshot and selection capture -super + s - screenshot - -# reload sxhkd -super + shift + x - pkill -USR1 -x sxhkd - -# volume keys -{XF86AudioRaiseVolume,XF86AudioLowerVolume} - vol {+,-} -{XF86AudioMute,XF86AudioMicMute} - vol {.,!} - -# media keys -super + {y,less,greater} - playerctl {play-pause,previous,next} - -# vim:ft=sxhkdrc diff --git a/files/.cwmrc b/files/.cwmrc index 20e944f..811cf33 100644 --- a/files/.cwmrc +++ b/files/.cwmrc @@ -113,11 +113,26 @@ bind-key 4M-j window-snap-down bind-key 4M-k window-snap-up bind-key 4M-l window-snap-right +# Open programms +bind-key 4S-Return lxterminal +bind-key 4-s screenshot + # Open menus bind-key 4M-m menu-window bind-key 4-f menu-group #bind-key 4-a menu-cmd bind-key 4-d dmenu_run +# Volume control + +bind-key XF86AudioRaiseVolume "vol +" +bind-key XF86AudioLowerVolume "vol -" +bind-key XF86AudioMute "vol ." +bind-key XF86AudioMicMute "vol !" + +bind-key M-y "playerctl play-pause" +bind-key M-less "playerctl previous" +bind-key M-greater "playerctl next" + # Autogroup some apps autogroup 5 "dooble,firefox,librewolf" \ No newline at end of file