From a0ac11339d7f380a63041da46b6f2917a80eed29 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Mon, 21 Oct 2024 14:48:05 -0400 Subject: Some updates to get locking working again, also added performance mode script --- home-config/hypr/hyprland.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'home-config/hypr/hyprland.conf') 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 bindm = $mainMod, mouse:273, resizewindow # Bind mainMod + L to screenlocker -bind = $mainMod, L, exec, swaylock --screenshots --clock --indicator --fade-in 0.3 --effect-blur 7x5 --effect-greyscale -bind = $mainMod SHIFT, L, exec, swaylock --screenshots --clock --indicator --effect-blur 7x5 --effect-greyscale & sleep 0.5; loginctl suspend +bind = $mainMod, L, exec, hyprlock +bind = $mainMod SHIFT, L, exec, loginctl suspend + +# Keybind to toggle "performance mode" (toggles GPU intensive things) +bind = $mainMod, F1, exec, ~/.config/hypr/perf_mode.sh # Keybind for screenshot bind = $mainMod SHIFT, S, exec, grimblast copy area -- cgit v1.2.3