Enable touchpad gestures

This commit is contained in:
Yash Karandikar 2023-11-24 16:07:18 -06:00
parent 43d99fc6fc
commit 9bb3469dc6
2 changed files with 5 additions and 0 deletions

View file

@ -41,6 +41,9 @@ bindsym $mod+s exec --no-startup-id flameshot gui
bindsym --release $mod+c exec --no-startup-id xcolor | head -c -1 | xclip -selection clip
focus_follows_mouse no
# touchpad gestures
exec --no-startup-id libinput-gestures-setup start
for_window [class="^.*"] border pixel 3
set $Locker i3lock -i ~/Downloads/wallpaper.png && sleep 1

View file

@ -0,0 +1,2 @@
gesture swipe right 3 i3-msg workspace prev
gesture swipe left 3 i3-msg workspace next