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
|
#tdrop -ma -w 75% -x 12% -y "$PANEL_HEIGHT" alacritty -o background_opacity=0.6 --command ~/bin/wm/editor-everywhere
|
||||||
|
|
||||||
#======================== scripts and other =====
|
#======================== scripts and other =====
|
||||||
#Lockscreen
|
# Lockscreen + lock keepassxc
|
||||||
super + {Home}
|
super + {Home}
|
||||||
{~/bin/wm/lockscreen}
|
{~/bin/wm/lockscreen}
|
||||||
|
|
||||||
|
# lockscreen only
|
||||||
|
super + {End}
|
||||||
|
{i3lock -i "$HOME/Pictures/wall2.png" -f}
|
||||||
|
|
||||||
#=============================
|
#=============================
|
||||||
|
|
||||||
|
|
||||||
|
@ -83,8 +87,8 @@ super + {Home}
|
||||||
#================WM=============================
|
#================WM=============================
|
||||||
|
|
||||||
# Show Help
|
# Show Help
|
||||||
#super + slash
|
super + slash
|
||||||
#~/bin/wm/sxhkd-help
|
~/bin/wm/sxhkd-help
|
||||||
|
|
||||||
# quit/restart bspwm
|
# quit/restart bspwm
|
||||||
super + alt + {q,r}
|
super + alt + {q,r}
|
||||||
|
|
Loading…
Reference in New Issue