mirror of https://github.com/tiyn/dotfiles
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.0 KiB
47 lines
1.0 KiB
super + Return
|
|
$TERMINAL
|
|
super + b
|
|
$BROWSER
|
|
super + f
|
|
$TERMINAL -e $FILE
|
|
super + i
|
|
intellij-idea-ultimate-edition
|
|
super + m
|
|
thunderbird
|
|
super + p
|
|
$TERMINAL -e ncmpcpp
|
|
super + shift + r
|
|
dmenu_run -c -l 20
|
|
super + s
|
|
startpagesearch
|
|
super + F5
|
|
togglemonitor
|
|
super + F6
|
|
toggletouchpad
|
|
super + F7
|
|
dmenumount
|
|
super + F8
|
|
dmenuumount
|
|
super + F9
|
|
sudo -A systemmctl restart NetworkManager
|
|
super + F10
|
|
prompt "Lock computer?" slock
|
|
super + F11
|
|
prompt "Shutdown computer?" sudo -A shutdown -h now
|
|
super + F12
|
|
prompt "Reboot computer?" sudo -A reboot now
|
|
XF86Launch1
|
|
xset dpms force off
|
|
XF86AudioMute
|
|
lmc m && pkill -RTMIN+4 $STATUSBAR
|
|
XF86AudioMicMute
|
|
pactl set-source-mute 1 toggle && pkill -RTMIN+4 $STATUSBAR
|
|
XF86AudioLowerVolume
|
|
lmc down 5 && pkill -RTMIN+4 $STATUSBAR
|
|
XF86AudioRaiseVolume
|
|
lmc up 5 && pkill -RTMIN+4 $STATUSBAR
|
|
XF86MonBrightnessDown
|
|
light -U 15
|
|
XF86MonBrightnessUp
|
|
light -A 15
|