all repos — dotfiles @ f158d1fa05f036a187d999c2555d19b322d5ce21

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