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:
parent
6f62b3d36a
commit
ba6f6a4ba9
1 changed files with 9 additions and 0 deletions
|
@ -29,6 +29,9 @@
|
|||
disable_while_typing = true;
|
||||
};
|
||||
};
|
||||
gestures = {
|
||||
workspace_swipe = true;
|
||||
};
|
||||
|
||||
# bindl = [
|
||||
# ",switch:off:Lid Switch,exec,hyprctl keyword monitor eDP-2, 2560x1600@165, 0x0, auto"
|
||||
|
@ -60,6 +63,12 @@
|
|||
# Window management
|
||||
"$mod, x, killactive"
|
||||
"$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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue