added hyprland workspaces

using SUPER + ARROWS to move between workspaces
using SUPER SHIFT + ARROWS to move windows to new workspaces
This commit is contained in:
Gabriella Bere 2025-04-30 17:19:39 +01:00
parent 6f62b3d36a
commit ba6f6a4ba9

View file

@ -29,6 +29,9 @@
disable_while_typing = true; disable_while_typing = true;
}; };
}; };
gestures = {
workspace_swipe = true;
};
# bindl = [ # bindl = [
# ",switch:off:Lid Switch,exec,hyprctl keyword monitor eDP-2, 2560x1600@165, 0x0, auto" # ",switch:off:Lid Switch,exec,hyprctl keyword monitor eDP-2, 2560x1600@165, 0x0, auto"
@ -60,6 +63,12 @@
# Window management # Window management
"$mod, x, killactive" "$mod, x, killactive"
"$mod, tab, togglefloating" "$mod, tab, togglefloating"
# Workspace management
"$mod, right, workspace, +1"
"$mod, left, workspace, -1"
"$mod SHIFT, right, movetoworkspace, +1"
"$mod SHIFT, left, movetoworkspace, -1"
]; ];
# Prevent xwayland apps from looking pixellated, cursor scaling to compensate for this is defined in home.nix # Prevent xwayland apps from looking pixellated, cursor scaling to compensate for this is defined in home.nix