diff options
Diffstat (limited to 'home-config/hypr/hyprland.conf')
-rw-r--r-- | home-config/hypr/hyprland.conf | 10 |
1 files changed, 10 insertions, 0 deletions
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 | |||
16 | 16 | ||
17 | env = AQ_NO_MODIFIERS,1 | 17 | env = AQ_NO_MODIFIERS,1 |
18 | 18 | ||
19 | render { | ||
20 | explicit_sync = false | ||
21 | } | ||
22 | |||
23 | ecosystem { | ||
24 | no_update_news = true | ||
25 | } | ||
26 | |||
19 | 27 | ||
20 | # See https://wiki.hyprland.org/Configuring/Keywords/ for more | 28 | # See https://wiki.hyprland.org/Configuring/Keywords/ for more |
21 | 29 | ||
@@ -215,6 +223,8 @@ bind = $mainMod SHIFT, L, exec, loginctl suspend | |||
215 | # Keybind to toggle "performance mode" (toggles GPU intensive things) | 223 | # Keybind to toggle "performance mode" (toggles GPU intensive things) |
216 | bind = $mainMod, F1, exec, ~/.config/hypr/scripts/perf_mode.sh | 224 | bind = $mainMod, F1, exec, ~/.config/hypr/scripts/perf_mode.sh |
217 | 225 | ||
226 | bind = $mainMod SHIFT, Z, exec, pypr zoom | ||
227 | |||
218 | # Keybind for screenshot (old) | 228 | # Keybind for screenshot (old) |
219 | bind = $mainMod SHIFT, S, exec, grimblast copy area | 229 | bind = $mainMod SHIFT, S, exec, grimblast copy area |
220 | bind = $mainMod SHIFT, Print, exec, grimblast edit area | 230 | bind = $mainMod SHIFT, Print, exec, grimblast edit area |