@@ -29,7 +29,7 @@ $d=[$wm]
2929bindd = $mainMod, Q, $d close focused window, exec, $scrPath/dontkillsteam.sh
3030bindd = Alt, F4, $d close focused window, exec, $scrPath/dontkillsteam.sh
3131bindd = $mainMod, Delete, $d kill hyprland session, exit
32- bindd = $mainMod, W, $d toggle float, togglefloating, #
32+ bindd = $mainMod, W, $d Toggle floating, exec, hyprctl --batch "dispatch togglefloating; dispatch resizeactive exact 95% 95%; dispatch centerwindow"
3333bindd = $mainMod, G, $d toggle group, togglegroup
3434bindd = Shift, F11, $d toggle fullscreen, fullscreen
3535bindd = $mainMod, L, $d lock screen, exec, lockscreen.sh
@@ -47,7 +47,7 @@ bindd = $mainMod, Left, $d focus left, movefocus, l
4747bindd = $mainMod, Right, $d focus right , movefocus, r
4848bindd = $mainMod, Up, $d focus up , movefocus, u
4949bindd = $mainMod, Down , $d focus down, movefocus, d
50- # bindd = Alt, TAB, $d focus , movefocus, d,
50+ bindd = ALT, Tab, $d Cycle focus, cyclenext
5151
5252$d=[$wm|Resize Active Window]
5353# Resize windows
0 commit comments