Hopefully more wayland changes that don't break awesome

This commit is contained in:
Chris Cochrun 2021-08-14 10:08:30 -05:00
parent 7fdc04e4d4
commit eaf99e26b2
21 changed files with 232 additions and 59 deletions

View file

@ -54,8 +54,6 @@
# also add "-w" to the internal command to allow wrapping workspaces.
# Ensure you install wmctrl if you use _internal.
# Move to next workspace (works for GNOME/KDE/etc on Wayland and Xorg)
gesture swipe up 4 _internal ws_up
# NOTE ABOUT FINGER COUNT:
# The above command will configure this command for all fingers (i.e. 3
@ -68,19 +66,18 @@ gesture swipe up 4 _internal ws_up
# gesture swipe up xdotool key super+Page_Down
# KDE Plasma open/close overview
gesture swipe up 3 xdotool key ctrl+F10
gesture swipe down 3 xdotool key ctrl+F10
gesture swipe up 3 ydotool key ctrl+F10
gesture swipe down 3 ydotool key ctrl+F10
# Move to prev workspace (works for GNOME/KDE/etc on Wayland and Xorg)
# Move through workspaces (works for GNOME/KDE/etc on Wayland and Xorg)
gesture swipe up 4 _internal ws_up
gesture swipe down 4 _internal ws_down
# gesture swipe down xdotool key super+Page_Up
gesture swipe left 4 _internal ws_left
gesture swipe right 4 _internal ws_right
# Browser go forward and back (works only for Xorg, and Xwayland clients)
gesture swipe left xdotool key alt+Right
gesture swipe right xdotool key alt+Left
gesture swipe left 3 ydotool key alt+Right
gesture swipe right 3 ydotool key alt+Left
# NOTE: If you don't use "natural" scrolling direction for your touchpad
# then you may want to swap the above default left/right and up/down