Add gestures

This commit is contained in:
2024-06-03 22:22:20 +01:00
parent 1e947269cc
commit a253164951

View File

@@ -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
'';
};
}