diff options
Diffstat (limited to 'home-config/hypr/hyprland.conf')
-rw-r--r-- | home-config/hypr/hyprland.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/home-config/hypr/hyprland.conf b/home-config/hypr/hyprland.conf index 5fab592..b896c5a 100644 --- a/home-config/hypr/hyprland.conf +++ b/home-config/hypr/hyprland.conf | |||
@@ -203,8 +203,11 @@ bindm = $mainMod, mouse:272, movewindow | |||
203 | bindm = $mainMod, mouse:273, resizewindow | 203 | bindm = $mainMod, mouse:273, resizewindow |
204 | 204 | ||
205 | # Bind mainMod + L to screenlocker | 205 | # Bind mainMod + L to screenlocker |
206 | bind = $mainMod, L, exec, swaylock --screenshots --clock --indicator --fade-in 0.3 --effect-blur 7x5 --effect-greyscale | 206 | bind = $mainMod, L, exec, hyprlock |
207 | bind = $mainMod SHIFT, L, exec, swaylock --screenshots --clock --indicator --effect-blur 7x5 --effect-greyscale & sleep 0.5; loginctl suspend | 207 | bind = $mainMod SHIFT, L, exec, loginctl suspend |
208 | |||
209 | # Keybind to toggle "performance mode" (toggles GPU intensive things) | ||
210 | bind = $mainMod, F1, exec, ~/.config/hypr/perf_mode.sh | ||
208 | 211 | ||
209 | # Keybind for screenshot | 212 | # Keybind for screenshot |
210 | bind = $mainMod SHIFT, S, exec, grimblast copy area | 213 | bind = $mainMod SHIFT, S, exec, grimblast copy area |