diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-10-21 14:48:05 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-10-21 14:48:05 -0400 |
commit | a0ac11339d7f380a63041da46b6f2917a80eed29 (patch) | |
tree | f10faa1b4f0e79438068d775503320290ffac602 /home-config/hypr/hyprland.conf | |
parent | f4b1d571ae0d6527fd933baadc64e9d67cd56456 (diff) |
Some updates to get locking working again, also added performance mode
script
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 |