mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
use function keys
This commit is contained in:
parent
c82cac2b3d
commit
2179f68cbd
@ -21,28 +21,36 @@ XF86MonBrightnessDown
|
||||
xbacklight -dec 20
|
||||
|
||||
# lock screen
|
||||
super + x
|
||||
F1
|
||||
lock
|
||||
|
||||
# dmenu calculator
|
||||
super + equal
|
||||
=
|
||||
|
||||
# dmenu password selector
|
||||
super + z
|
||||
F2
|
||||
passmenu
|
||||
|
||||
# dmenu authenticator
|
||||
super + c
|
||||
F3
|
||||
yubikey-oath-dmenu --clipboard clipboard --notify
|
||||
|
||||
# ssh shell
|
||||
F4
|
||||
ssh-dmenu
|
||||
|
||||
# scratchpad shell
|
||||
F5
|
||||
tdrop -ma -w -4 -y 26 -s dropdown st -c scratchpad
|
||||
|
||||
# scratchpad emacs
|
||||
F6
|
||||
tdrop -ma -w -4 -y 26 emacs
|
||||
|
||||
# Wireguard
|
||||
super + w
|
||||
F11
|
||||
vpn-switch
|
||||
|
||||
# ssh shell
|
||||
super + s
|
||||
ssh-dmenu
|
||||
# dmenu calculator
|
||||
F12
|
||||
=
|
||||
|
||||
# Shutdown / reboot
|
||||
XF86Eject
|
||||
@ -50,10 +58,6 @@ XF86Eject
|
||||
shift + XF86Eject
|
||||
prompt "Reboot computer?" "sudo -A shutdown -r now"
|
||||
|
||||
# scratchpad
|
||||
alt + {s,e}
|
||||
tdrop -ma -w -4 -y 26 {-s dropdown st -c scratchpad,emacs}
|
||||
|
||||
#
|
||||
# BSPWM
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user