diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-06-17 17:55:29 +0000 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-06-17 17:55:29 +0000 |
| commit | 7b42a09edbf77a23e78a6b3f251215469ce15146 (patch) | |
| tree | b25a4387646f1d54396f2e4c5bee2db504b5623e /modules/desktop/system | |
| parent | 3981482362931c995bc814c3e4441628b86980f1 (diff) | |
changes, jupiter will be broken
Diffstat (limited to 'modules/desktop/system')
| -rw-r--r-- | modules/desktop/system/environments/sway.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/desktop/system/environments/sway.nix b/modules/desktop/system/environments/sway.nix index ca5e0f7..df87da4 100644 --- a/modules/desktop/system/environments/sway.nix +++ b/modules/desktop/system/environments/sway.nix @@ -69,6 +69,11 @@ bindsym Mod4+2 workspace number 2 bindsym Mod4+3 workspace number 3 bindsym Mod4+4 workspace number 4 + bindsym Mod4+Shift+1 move container to workspace number 1 + bindsym Mod4+Shift+2 move container to workspace number 2 + bindsym Mod4+Shift+3 move container to workspace number 3 + bindsym Mod4+Shift+4 move container to workspace number 4 + bindsym Mod4+Return exec "${pkgs.foot}/bin/footclient" bindsym Mod4+Shift+Return exec ${pkgs.foot}/bin/foot bindsym Mod4+Space exec ${pkgs.fuzzel}/bin/fuzzel |
