Add gestures
This commit is contained in:
@@ -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
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user