From 7e2e0bdc3a162ce4cdc3d3b5eb7f75c04ed3843d Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Wed, 18 Jun 2025 18:28:08 -0500 Subject: config changes --- env/.config/hypr/hyprland.conf | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'env/.config/hypr') diff --git a/env/.config/hypr/hyprland.conf b/env/.config/hypr/hyprland.conf index fdb05d5..d4a63ea 100644 --- a/env/.config/hypr/hyprland.conf +++ b/env/.config/hypr/hyprland.conf @@ -299,13 +299,14 @@ bind = $mainMod, space, togglefloating, bind = $mainMod, D, exec, $menu bind = $mainMod SHIFT, D, exec, $HOME/stuff/scripts/system/rofi-search-web.sh bind = $mainMod, P, pseudo, # dwindle -bind = $mainMod, i, togglesplit, # dwindle +bind = $mainMod SHIFT, i, togglesplit, # dwindle bind = $mainMod, f, fullscreen, 0 bind = $mainMod SHIFT, m, fullscreen, 1 # layout stuffs bind = $mainMod SHIFT, space, exec, $HOME/.config/hypr/cycle-layout.sh -bind = $mainMod SHIFT, i, layoutmsg, cyclenext +bind = $mainMod, i, cyclenext +bind = $mainMod, i, alterzorder, top bind = $mainMod, z, layoutmsg, swapwithmaster master # behaves like xmonads promote feature (https://hackage.haskell.org/package/xmonad-contrib-0.17.1/docs/XMonad-Actions-Promote.html) @@ -325,10 +326,10 @@ bind = $mainMod SHIFT, k, movewindow, u bind = $mainMod SHIFT, j, movewindow, d bind = $mainMod, t, pin -bind = $mainMod CTRL, h, resizeactive, -50 0 -bind = $mainMod CTRL, l, resizeactive, 50 0 -bind = $mainMod CTRL, k, resizeactive, 0 -50 -bind = $mainMod CTRL, j, resizeactive, 0 50 +bind = $mainMod CTRL SHIFT, h, resizeactive, -50 0 +bind = $mainMod CTRL SHIFT, l, resizeactive, 50 0 +bind = $mainMod CTRL SHIFT, k, resizeactive, 0 -50 +bind = $mainMod CTRL SHIFT, j, resizeactive, 0 50 bind = $mainMod, o, focusmonitor, +1 bind = $mainMod SHIFT, o, movewindow, mon:+1 -- cgit v1.3