From 5e0b2e39553e3414f4f3a18b1f46b6e397e1a602 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Thu, 18 Apr 2024 19:29:00 -0400 Subject: [PATCH] hpyrland: added hyprnome bound to , and . --- homeManagerModules/desktop/hypr/default.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/homeManagerModules/desktop/hypr/default.nix b/homeManagerModules/desktop/hypr/default.nix index d58bc023..0af4b23a 100644 --- a/homeManagerModules/desktop/hypr/default.nix +++ b/homeManagerModules/desktop/hypr/default.nix @@ -158,7 +158,6 @@ exec-once = ${pkgs.networkmanagerapplet}/bin/nm-applet exec-once = ${pkgs.trayscale}/bin/trayscale --hide-window - # For all categories, see https://wiki.hyprland.org/Configuring/Variables/ input { kb_layout = us @@ -305,10 +304,10 @@ bind = ${modifier}, down, movefocus, d # Gnome-like workspaces. - # bind = ${modifier}, 1, exec, ${hyprnome} --previous - # bind = ${modifier}, 2, exec, ${hyprnome} - # bind = ${modifier} SHIFT, 1, exec, ${hyprnome} --previous --move - # bind = ${modifier} SHIFT, 2, exec, ${hyprnome} --move + bind = ${modifier}, comma, exec, ${hyprnome} --previous + bind = ${modifier}, period, exec, ${hyprnome} + bind = ${modifier} SHIFT, comma, exec, ${hyprnome} --previous --move + bind = ${modifier} SHIFT, period, exec, ${hyprnome} --move # Switch workspaces with mainMod + [0-9] bind = ${modifier}, 1, workspace, 1