vitorpy's Dotfiles
at main 10 lines 439 B view raw
1# libinput-gestures configuration for Sway 2# Minimal gesture support 3 4# 3-finger horizontal swipe: switch workspaces (auto-creates new ones) 5gesture swipe right 3 ~/.config/sway/workspace-swipe.sh prev 6gesture swipe left 3 ~/.config/sway/workspace-swipe.sh next 7 8# 3-finger up: workspace overview (Sway doesn't have built-in expo view) 9# Uncomment if you install a workspace switcher like swayr 10# gesture swipe up 3 swayr switch-workspace