mirror of https://github.com/Flinner/dots.git
feat: sxhkd show help and lockscreen without locking keepaasxc
This commit is contained in:
parent
48ef199657
commit
a84b8317e5
|
@ -70,10 +70,14 @@ super + g
|
|||
#tdrop -ma -w 75% -x 12% -y "$PANEL_HEIGHT" alacritty -o background_opacity=0.6 --command ~/bin/wm/editor-everywhere
|
||||
|
||||
#======================== scripts and other =====
|
||||
#Lockscreen
|
||||
# Lockscreen + lock keepassxc
|
||||
super + {Home}
|
||||
{~/bin/wm/lockscreen}
|
||||
|
||||
# lockscreen only
|
||||
super + {End}
|
||||
{i3lock -i "$HOME/Pictures/wall2.png" -f}
|
||||
|
||||
#=============================
|
||||
|
||||
|
||||
|
@ -83,8 +87,8 @@ super + {Home}
|
|||
#================WM=============================
|
||||
|
||||
# Show Help
|
||||
#super + slash
|
||||
#~/bin/wm/sxhkd-help
|
||||
super + slash
|
||||
~/bin/wm/sxhkd-help
|
||||
|
||||
# quit/restart bspwm
|
||||
super + alt + {q,r}
|
||||
|
|
Loading…
Reference in New Issue