diff --git a/dots/hyprland/hyprland.conf b/dots/hyprland/hyprland.conf index e1f677b..f749373 100644 --- a/dots/hyprland/hyprland.conf +++ b/dots/hyprland/hyprland.conf @@ -252,7 +252,7 @@ bind = $mainMod, Q, killactive, #bind = $mainMod, Escape, exit, # exit # view mode change -bind = $mainMod, V, togglefloating, +bind = $mainMod, I, togglefloating, bind = $mainMod, P, pseudo, # dwindle - pseudotiled windows retain their floating size when tiled bind = $mainMod, W, togglesplit, # dwindle - toggle split mode (top/side) @@ -293,6 +293,9 @@ bind = $mainMod SHIFT, V, layoutmsg, preselect d # next window to the bottom #bind = , Return, submap, reset #submap = reset +bind = SUPER+SHIFT+H, exec, hyprctl dispatch movewindowpixel exact 0 0 ; hyprctl dispatch resizeactive 0 9999 + + # window cycle # https://github.com/hyprwm/Hyprland/issues/2061 #bind = ALT, TAB, cyclenext # cycle windows in same workspace