summaryrefslogtreecommitdiff
path: root/hypr/hyprland.conf
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2024-02-06 15:46:57 -0600
committerzachir <zachir@librem.one>2024-02-06 23:29:46 -0600
commit87d8f4f3a0a1aba1726f2413650aa137e8973856 (patch)
tree45aca54b09d1b467c4dcf22743f6cf7d991a5550 /hypr/hyprland.conf
parent483f84625d59eab8f0d0d229bf35a71c881c7be0 (diff)
hypr: Actually implement pseudo-minimize
I apparently lied in the commit where I said I did
Diffstat (limited to 'hypr/hyprland.conf')
-rw-r--r--hypr/hyprland.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf
index e05f214..c3de226 100644
--- a/hypr/hyprland.conf
+++ b/hypr/hyprland.conf
@@ -240,7 +240,7 @@ bind = $mainMod SHIFT, SPACE, togglefloating,
bind = $mainMod $secdMod, F2, exec, ~/.config/hypr/gamemode.sh
bind = $mainMod, F, fullscreen, 0
bind = $mainMod, M, fullscreen, 1
-bind = $mainMod, N, exec, pypr toggle_minimized
+bind = $mainMod, N, exec, pypr toggle_special
bind = $mainMod SHIFT, N, togglespecialworkspace, minimized
#}}}