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 15:46:57 -0600
commit1b98dc08fa3084fcd98a908c49d6396faa923b5e (patch)
treeec7cc4bd9edd3ab1a115f11736a5ee6b63289452 /hypr/hyprland.conf
parentf3277180ea07a9a6dbc522c5ea7848f2bf651457 (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 b3311be..6bb491d 100644
--- a/hypr/hyprland.conf
+++ b/hypr/hyprland.conf
@@ -222,7 +222,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
#}}}