summaryrefslogtreecommitdiff
path: root/home-config/hypr/hyprland.conf
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2024-10-21 14:48:05 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2024-10-21 14:48:05 -0400
commita0ac11339d7f380a63041da46b6f2917a80eed29 (patch)
treef10faa1b4f0e79438068d775503320290ffac602 /home-config/hypr/hyprland.conf
parentf4b1d571ae0d6527fd933baadc64e9d67cd56456 (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.conf7
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
203bindm = $mainMod, mouse:273, resizewindow 203bindm = $mainMod, mouse:273, resizewindow
204 204
205# Bind mainMod + L to screenlocker 205# Bind mainMod + L to screenlocker
206bind = $mainMod, L, exec, swaylock --screenshots --clock --indicator --fade-in 0.3 --effect-blur 7x5 --effect-greyscale 206bind = $mainMod, L, exec, hyprlock
207bind = $mainMod SHIFT, L, exec, swaylock --screenshots --clock --indicator --effect-blur 7x5 --effect-greyscale & sleep 0.5; loginctl suspend 207bind = $mainMod SHIFT, L, exec, loginctl suspend
208
209# Keybind to toggle "performance mode" (toggles GPU intensive things)
210bind = $mainMod, F1, exec, ~/.config/hypr/perf_mode.sh
208 211
209# Keybind for screenshot 212# Keybind for screenshot
210bind = $mainMod SHIFT, S, exec, grimblast copy area 213bind = $mainMod SHIFT, S, exec, grimblast copy area