summaryrefslogtreecommitdiff
path: root/home-config/hypr/hyprland.conf
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2025-04-12 19:54:03 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2025-04-12 19:54:03 -0400
commit6e286466b8369c5198510920695810e9664d2204 (patch)
tree3112ccfec3bf7276243cc687bb1c5fe854567d31 /home-config/hypr/hyprland.conf
parentf77555e18fb06010118d0576aff10acc39242452 (diff)
Added pyprland for zoom and updated some options
for hyprland
Diffstat (limited to 'home-config/hypr/hyprland.conf')
-rw-r--r--home-config/hypr/hyprland.conf10
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
17env = AQ_NO_MODIFIERS,1 17env = AQ_NO_MODIFIERS,1
18 18
19render {
20 explicit_sync = false
21}
22
23ecosystem {
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)
216bind = $mainMod, F1, exec, ~/.config/hypr/scripts/perf_mode.sh 224bind = $mainMod, F1, exec, ~/.config/hypr/scripts/perf_mode.sh
217 225
226bind = $mainMod SHIFT, Z, exec, pypr zoom
227
218# Keybind for screenshot (old) 228# Keybind for screenshot (old)
219bind = $mainMod SHIFT, S, exec, grimblast copy area 229bind = $mainMod SHIFT, S, exec, grimblast copy area
220bind = $mainMod SHIFT, Print, exec, grimblast edit area 230bind = $mainMod SHIFT, Print, exec, grimblast edit area