From 1dd3c65e12c7020dde67a6a5a3a6cc15cd06fb37 Mon Sep 17 00:00:00 2001 From: Tyler Kelley Date: Thu, 8 Feb 2024 22:34:43 -0600 Subject: [PATCH] Added MOD+CTRL+left and right for easy workspace movement --- config/home/hyprland.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/home/hyprland.nix b/config/home/hyprland.nix index e064abf..6c039f7 100644 --- a/config/home/hyprland.nix +++ b/config/home/hyprland.nix @@ -180,6 +180,8 @@ in with lib; { bind = ${modifier}SHIFT,8,movetoworkspace,8 bind = ${modifier}SHIFT,9,movetoworkspace,9 bind = ${modifier}SHIFT,0,movetoworkspace,10 + bind = ${modifier}CONTROL,right,workspace,e+1 + bind = ${modifier}CONTROL,left,workspace,e-1 bind = ${modifier},mouse_down,workspace, e+1 bind = ${modifier},mouse_up,workspace, e-1 bindm = ${modifier},mouse:272,movewindow