Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
reya committed Jul 21, 2023
1 parent e7872e3 commit 46a1090
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .config/libinput-gestures.conf
Original file line number Diff line number Diff line change
Expand Up @@ -200,19 +200,20 @@
# timeout 1.5


gesture: swipe left 3 gestures backward
gesture: swipe right 3 gestures forward
# browser forward / back
gesture swipe right 3 wtype -M alt -k Right -m alt
gesture swipe left 3 wtype -M alt -k Left -m alt

# fullscreen toggle
gesture: swipe left 3 gestures backward
gesture: swipe right 3 gestures forward
gesture swipe up 3 swaymsg fullscreen toggle
gesture swipe down 3 swaymsg fullscreen toggle

# Cycle through sway workspaces
gesture: swipe left 4 swaymsg focus left
gesture: swipe right 4 swaymsg focus right
gesture swipe left 4 workspace_left
gesture swipe right 4 workspace_right

# Browser go forward (works only for Xorg, and Xwayland clients)
gesture swipe left 3 xdotool key alt+Right
# gesture swipe left 3 xdotool key alt+Right

# Browser go back (works only for Xorg, and Xwayland clients)
gesture swipe right 3 xdotool key alt+Left
# gesture swipe right 3 xdotool key alt+Left

0 comments on commit 46a1090

Please sign in to comment.