From 0138276ef5f9437abde78b0a1a7dd1b3987687c1 Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Mon, 3 Apr 2023 11:24:10 +0200 Subject: [PATCH] feat: movetoworkspace --- home-manager-modules/hyprland/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/home-manager-modules/hyprland/default.nix b/home-manager-modules/hyprland/default.nix index 7c3b576..6a0ac87 100644 --- a/home-manager-modules/hyprland/default.nix +++ b/home-manager-modules/hyprland/default.nix @@ -148,6 +148,13 @@ with lib; bindm = SUPER, mouse:273, resizewindow bind = SUPER, mouse_down, workspace, e+1 bind = SUPER, mouse_up, workspace, e-1 + + bind = SUPER SHIFT, ampersand, movetoworkspace, 1 + bind = SUPER SHIFT, eacute, movetoworkspace, 2 + bind = SUPER SHIFT, quotedbl, movetoworkspace, 3 + bind = SUPER SHIFT, apostrophe, movetoworkspace, 4 + bind = SUPER, parenleft, movetoworkspace, 5 + ''; xdg.configFile."hypr/hyprpaper.conf".text = '' preload = ${../../machines/macintosh/wallpaper.jpg}