From 2cded1cd38533df729ab74fa22adabb666e250af Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 28 Mar 2025 20:32:50 +0100 Subject: [PATCH] hyprland: keybind for move to non-empty left/right ws --- .config/hypr/hyprland/keybinds.conf | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.config/hypr/hyprland/keybinds.conf b/.config/hypr/hyprland/keybinds.conf index f180a843..91126bfd 100644 --- a/.config/hypr/hyprland/keybinds.conf +++ b/.config/hypr/hyprland/keybinds.conf @@ -92,14 +92,17 @@ bind = Super, 8, exec, ~/.config/ags/scripts/hyprland/workspace_action.sh worksp bind = Super, 9, exec, ~/.config/ags/scripts/hyprland/workspace_action.sh workspace 9 # [hidden] bind = Super, 0, exec, ~/.config/ags/scripts/hyprland/workspace_action.sh workspace 10 # [hidden] -#/# bind = Ctrl+Super, ←/→,, # Workspace: focus left/right -bind = Ctrl+Super, Right, workspace, r+1 # [hidden] -bind = Ctrl+Super, Left, workspace, r-1 # [hidden] #/# bind = Super, Scroll ↑/↓,, # Workspace: focus left/right bind = Super, mouse_up, workspace, +1 # [hidden] bind = Super, mouse_down, workspace, -1 # [hidden] bind = Ctrl+Super, mouse_up, workspace, r+1 # [hidden] bind = Ctrl+Super, mouse_down, workspace, r-1 # [hidden] +#/# bind = Ctrl+Super, ←/→,, # Workspace: focus left/right +bind = Ctrl+Super, Right, workspace, r+1 # [hidden] +bind = Ctrl+Super, Left, workspace, r-1 # [hidden] +#/# bind = Ctrl+Super+Alt, ←/→,, # Workspace: focus non-empty left/right +bind = Ctrl+Super+Alt, Right, workspace, m+1 # [hidden] +bind = Ctrl+Super+Alt, Left, workspace, m-1 # [hidden] #/# bind = Super, Page_↑/↓,, # Workspace: focus left/right bind = Super, Page_Down, workspace, +1 # [hidden] bind = Super, Page_Up, workspace, -1 # [hidden]