all repos — dotfiles @ c313a6a2ae90878d9ab373dec274fa9041d83c98

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