From ab26c0b05786a54b4ca67ad8ef7d5aef576e4fc8 Mon Sep 17 00:00:00 2001 From: hesam-init Date: Sun, 25 Feb 2024 01:02:00 +0330 Subject: [PATCH] feat: move workspace two step keybinds --- hyprland/.config/hypr/conf/keybinding.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hyprland/.config/hypr/conf/keybinding.conf b/hyprland/.config/hypr/conf/keybinding.conf index 02194fd..fdba1bb 100644 --- a/hyprland/.config/hypr/conf/keybinding.conf +++ b/hyprland/.config/hypr/conf/keybinding.conf @@ -66,6 +66,8 @@ bind = $mainMod, 0, workspace, 10 # Move workspaces with arrow bind = $mainMod CTRL, right, workspace, +1 bind = $mainMod CTRL, left, workspace, -1 +bind = CTRL SHIFT, right, workspace, +2 +bind = CTRL SHIFT, left, workspace, -2 bind = ALT SHIFT, right, movetoworkspace, +1 bind = ALT SHIFT, left, movetoworkspace, -1