43 lines
1.2 KiB
Text
43 lines
1.2 KiB
Text
|
"sudo /home/nilix/src/zenUtils/logout.sh -p"
|
||
|
Control + Alt + BackSpace
|
||
|
|
||
|
"/home/nilix/bin/9/dmenu_exe"
|
||
|
Alt + space
|
||
|
|
||
|
"slock"
|
||
|
Mod4 + Escape
|
||
|
|
||
|
"/home/nilix/bin/zenbar/nmtuiWin.sh"
|
||
|
Mod4 + F1
|
||
|
|
||
|
"notify-send -c power battery [$(cat /sys/class/power_supply/BAT0/capacity)%]"
|
||
|
Mod4 + F2
|
||
|
|
||
|
"datetime=$(date +%H:%M); notify-send -c time time [${datetime}]"
|
||
|
Mod4 + F3
|
||
|
|
||
|
"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
|
||
|
|
||
|
"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
|
||
|
|
||
|
"amixer set Master toggle"
|
||
|
XF86AudioMute
|
||
|
|
||
|
"amixer set Capture toggle"
|
||
|
XF86AudioMicMute
|
||
|
|
||
|
|
||
|
"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
|