all repos — dotfiles @ a9d88fbd77f9981feebf5d0e6b84f588d239c028

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