From 0ae1b359240df5e8ab8d62e0b6c49c06922ee223 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Wed, 1 May 2024 09:21:18 +0200 Subject: usecases/sway: add bindsym to 'split none' --- usecases/desktop/graphical/sway.nix | 2 ++ 1 file changed, 2 insertions(+) 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: { "${modifier}+Shift+ccedilla" = "move container to workspace 9"; "${modifier}+Shift+agrave" = "move container to workspace 10"; + "${modifier}+n" = "split none"; + "${modifier}+comma" = "exec makoctl dismiss"; "${modifier}+Shift+comma" = "exec makoctl dismiss --all"; "${modifier}+period" = "exec makoctl menu rofi -dmenu -no-custom"; -- cgit v1.2.3