summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2024-05-01 09:21:18 +0200
committerMinijackson <minijackson@riseup.net>2024-05-01 09:21:18 +0200
commit0ae1b359240df5e8ab8d62e0b6c49c06922ee223 (patch)
tree039228bcc5c8843da2e04286a4717d2b266e3b36
parentc3ecb5d47784cd4d0e2d48835f063e13b464bef1 (diff)
downloadnixos-config-reborn-0ae1b359240df5e8ab8d62e0b6c49c06922ee223.tar.gz
nixos-config-reborn-0ae1b359240df5e8ab8d62e0b6c49c06922ee223.zip
usecases/sway: add bindsym to 'split none'
-rw-r--r--usecases/desktop/graphical/sway.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/usecases/desktop/graphical/sway.nix b/usecases/desktop/graphical/sway.nix
index dfa5bae..777eef8 100644
--- a/usecases/desktop/graphical/sway.nix
+++ b/usecases/desktop/graphical/sway.nix
@@ -155,6 +155,8 @@ _inputs: {
155 "${modifier}+Shift+ccedilla" = "move container to workspace 9"; 155 "${modifier}+Shift+ccedilla" = "move container to workspace 9";
156 "${modifier}+Shift+agrave" = "move container to workspace 10"; 156 "${modifier}+Shift+agrave" = "move container to workspace 10";
157 157
158 "${modifier}+n" = "split none";
159
158 "${modifier}+comma" = "exec makoctl dismiss"; 160 "${modifier}+comma" = "exec makoctl dismiss";
159 "${modifier}+Shift+comma" = "exec makoctl dismiss --all"; 161 "${modifier}+Shift+comma" = "exec makoctl dismiss --all";
160 "${modifier}+period" = "exec makoctl menu rofi -dmenu -no-custom"; 162 "${modifier}+period" = "exec makoctl menu rofi -dmenu -no-custom";