diff --git a/users/configs/desktop/sway/default.nix b/users/configs/desktop/sway/default.nix index 438ce8c..345c03d 100644 --- a/users/configs/desktop/sway/default.nix +++ b/users/configs/desktop/sway/default.nix @@ -80,6 +80,7 @@ in { "*" = { xkb_layout = "gb"; xkb_options = "caps:escape"; + tap = "enabled"; }; }; output = { @@ -168,5 +169,9 @@ in { "${mod}+Shift+9" = "move container to workspace 9"; }; }; + extraConfig = '' + bindgesture swipe:3:right exec ${config.home.homeDirectory}/bin/swayutils focus prev + bindgesture swipe:3:left exec ${config.home.homeDirectory}/bin/swayutils focus next + ''; }; }