diff --git a/modules/wm/hyprland/config/hypr/keybinds.conf b/modules/wm/hyprland/config/hypr/keybinds.conf index a605a29..188b00b 100644 --- a/modules/wm/hyprland/config/hypr/keybinds.conf +++ b/modules/wm/hyprland/config/hypr/keybinds.conf @@ -1,6 +1,6 @@ $mainMod = SUPER $terminal = kitty -$launcher = (eww close-all && pkill wofi) || (~/.config/eww/scripts/open.sh; wofi --show drun --style ~/.config/wofi/index.css; eww close-all) +$launcher = (eww close-all && pkill wofi) || (~/.config/eww/scripts/open.sh; wofi --show drun; eww close-all) bind = SUPER, SPACE, exec, $launcher @@ -28,6 +28,11 @@ bind = $mainMod&SHIFT, L, movewindow, r bind = $mainMod&SHIFT, K, movewindow, u bind = $mainMod&SHIFT, J, movewindow, d +bind = $mainMod, Left, resizeactive, -50 0 +bind = $mainMod, Right, resizeactive, 50 0 +bind = $mainMod, Up, resizeactive, 0 -50 +bind = $mainMod, Down, resizeactive, 0 50 + bind = $mainMod, 1, workspace, 1 bind = $mainMod, 2, workspace, 2 bind = $mainMod, 3, workspace, 3 diff --git a/modules/wm/hyprland/config/wofi/index.css b/modules/wm/hyprland/config/wofi/style.css similarity index 100% rename from modules/wm/hyprland/config/wofi/index.css rename to modules/wm/hyprland/config/wofi/style.css