all repos — dotfiles @ 1dc95e9a890c822a643e6f6b2f4ec4a4891e474d

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