From 6e286466b8369c5198510920695810e9664d2204 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Sat, 12 Apr 2025 19:54:03 -0400 Subject: Added pyprland for zoom and updated some options for hyprland --- home-config/hypr/hyprland.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'home-config/hypr/hyprland.conf') diff --git a/home-config/hypr/hyprland.conf b/home-config/hypr/hyprland.conf index d909142..40dffff 100644 --- a/home-config/hypr/hyprland.conf +++ b/home-config/hypr/hyprland.conf @@ -16,6 +16,14 @@ env = XCURSOR_SIZE,24 env = AQ_NO_MODIFIERS,1 +render { + explicit_sync = false +} + +ecosystem { + no_update_news = true +} + # See https://wiki.hyprland.org/Configuring/Keywords/ for more @@ -215,6 +223,8 @@ bind = $mainMod SHIFT, L, exec, loginctl suspend # Keybind to toggle "performance mode" (toggles GPU intensive things) bind = $mainMod, F1, exec, ~/.config/hypr/scripts/perf_mode.sh +bind = $mainMod SHIFT, Z, exec, pypr zoom + # Keybind for screenshot (old) bind = $mainMod SHIFT, S, exec, grimblast copy area bind = $mainMod SHIFT, Print, exec, grimblast edit area -- cgit v1.2.3