mirror of
https://github.com/sheptikhinv/my-hyprland.git
synced 2026-02-07 09:21:36 +05:00
add default hyprlock config, add lockscreen bind
This commit is contained in:
parent
e2587cfd98
commit
a1a9549abb
2 changed files with 109 additions and 2 deletions
|
|
@ -2,13 +2,14 @@ $mainMod = SUPER # Sets "Windows" key as main modifier
|
|||
|
||||
# Screenshot a window
|
||||
bind = $shiftMod, PRINT, exec, hyprshot -m window --clipboard-only
|
||||
|
||||
# Screenshot a monitor
|
||||
bind = , PRINT, exec, hyprshot -m output --clipboard-only
|
||||
|
||||
#Screenshot a region
|
||||
bind = $mainMod SHIFT, S, exec, hyprshot -m region --clipboard-only
|
||||
|
||||
# Lock screen I guess
|
||||
bind = $mainMod, L, exec, hyprlock
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, Q, exec, $terminal
|
||||
bind = $mainMod, C, killactive,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue