dotfiles/xbindkeysrc.kwin

40 lines
1 KiB
Text
Raw Normal View History

2021-03-02 03:13:12 +00:00
"sudo /home/nilix/src/zenUtils/logout.sh -p"
Control + Alt + BackSpace
"exec konsole"
Mod4 + slash
"ksh -l -c /home/nilix/bin/9/dmenu_exe"
Alt + space
"slock"
Mod4 + Escape
"/home/nilix/bin/zenbar/nmtuiWin.sh"
Mod4 + F1
"amixer set Master 5%+; notify-send -u low -c volume volume $(amixer get Master | grep % | head -n 1 | awk '{print $5}')"
XF86AudioRaiseVolume
"amixer set Master 5%-; notify-send -u low -c volume volume $(amixer get Master | grep % | head -n 1 | awk '{print $5}')"
XF86AudioLowerVolume
"amixer set Master toggle"
XF86AudioMute
"amixer set Capture toggle"
XF86AudioMicMute
"xbacklight -inc 5; notify-send -u low -c brightness brightness [$(xbacklight -get)%]"
XF86MonBrightnessUp
"xbacklight -dec 5; notify-send -u low -c brightness brightness [$(xbacklight -get)%]"
XF86MonBrightnessDown
"redshift -x; redshift -O 4500K; notify-send -u low -c brightness color [4500K]"
Mod4 + XF86MonBrightnessDown
"redshift -x; redshift -O 6000K; notify-send -u low -c brightness color [6000K]"
Mod4 + XF86MonBrightnessUp