diff --git a/hyprland/.config/hypr/hyprland.conf b/hyprland/.config/hypr/hyprland.conf index 080daeb..b4c1bd9 100644 --- a/hyprland/.config/hypr/hyprland.conf +++ b/hyprland/.config/hypr/hyprland.conf @@ -100,6 +100,16 @@ bind = ,XF86AudioMute, exec, pamixer --toggle-mute && ( pamixer --get-mute && ec bind = ,XF86MonBrightnessDown, exec, brightnessctl set 5%- | sed -En 's/.*\(([0-9]+)%\).*/\1/p' | tee /tmp/brightness > $WOBSOCK bind = ,XF86MonBrightnessUp, exec, brightnessctl set +5% | sed -En 's/.*\(([0-9]+)%\).*/\1/p' | tee /tmp/brightness > $WOBSOCK +bind = SUPER, t, togglegroup +bind = SUPER, tab, changegroupactive, f +bind = SUPER SHIFT, tab, changegroupactive, b + +bind = SUPER CONTROL SHIFT, h, moveintogroup, l +bind = SUPER CONTROL SHIFT, l, moveintogroup, r +bind = SUPER CONTROL SHIFT, k, moveintogroup, u +bind = SUPER CONTROL SHIFT, j, moveintogroup, d +bind = SUPER CONTROL SHIFT, n, moveoutofgroup + bind = SUPER, h, movefocus, l bind = SUPER, l, movefocus, r @@ -111,6 +121,12 @@ bind = SUPER SHIFT, l, movewindow, r bind = SUPER SHIFT, k, movewindow, u bind = SUPER SHIFT, j, movewindow, d + +bind = SUPER CONTROL, h, resizeactive, -50 0 +bind = SUPER CONTROL, l, resizeactive, 50 0 +bind = SUPER CONTROL, k, resizeactive, 0 -50 +bind = SUPER CONTROL, j, resizeactive, 0 50 + # SwitcSUPERaces with mainMod + [0-9] bind = SUPER, 1, workspace, 1 bind = SUPER, 2, workspace, 2 diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 295d207..62a58be 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -1,10 +1,3 @@ - -# Default config for sway -# -# Copy this to ~/.config/sway/config and edit it to your liking. -# -# Read `man 5 sway` for a complete reference. - set $mod Mod4 set $left h set $down j