forked from nico/dots
hypr: add bind for hyprlock
This commit is contained in:
parent
819f9fd01e
commit
cc05de32c5
1 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ $terminal = kitty
|
||||||
$browser = firefox
|
$browser = firefox
|
||||||
$menu = ulauncher-toggle
|
$menu = ulauncher-toggle
|
||||||
$screenshot = flameshot gui
|
$screenshot = flameshot gui
|
||||||
|
$lock = hyprlock
|
||||||
|
|
||||||
#################
|
#################
|
||||||
### AUTOSTART ###
|
### AUTOSTART ###
|
||||||
|
|
@ -181,6 +182,7 @@ bind = $mainMod, Q, exec, $terminal
|
||||||
bind = $mainMod, B, exec, $browser
|
bind = $mainMod, B, exec, $browser
|
||||||
bind = $mainMod, D, exec, $menu
|
bind = $mainMod, D, exec, $menu
|
||||||
bind = $mainMod, S, exec, $screenshot
|
bind = $mainMod, S, exec, $screenshot
|
||||||
|
bind = $mainMod, V, exec, $lock
|
||||||
|
|
||||||
bind = $mainMod, SPACE, togglefloating,
|
bind = $mainMod, SPACE, togglefloating,
|
||||||
bind = $mainMod, W, killactive,
|
bind = $mainMod, W, killactive,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue