all repos — dotfiles @ e1c35671c9598a68b67f70191c3c6d43b23dcfca

my *nix dotfiles

config/libinput-gestures.conf (view raw)

 1# gesture swipe right 3 _internal ws_up 
 2# gesture swipe left 3 _internal ws_down
 3# gesture swipe down	xdotool key super+Page_Up
 4
 5# Browser go forward (works only for Xorg, and Xwayland clients)
 6gesture swipe left 4 xdotool key alt+Right
 7
 8# Browser go back (works only for Xorg, and Xwayland clients)
 9gesture swipe right	4 xdotool key alt+Left
10