diff --git a/config/.config/libinput-gestures.conf b/config/.config/libinput-gestures.conf new file mode 100644 index 0000000..c80f78e --- /dev/null +++ b/config/.config/libinput-gestures.conf @@ -0,0 +1,6 @@ +gesture swipe left 3 swaymsg workspace prev +gesture swipe right 3 swaymsg workspace next + +gesture swipe up 3 kickoff + +gesture swipe down 4 swaylock diff --git a/config/.config/sway/config b/config/.config/sway/config index 8ae97ba..4a9ac47 100644 --- a/config/.config/sway/config +++ b/config/.config/sway/config @@ -131,6 +131,7 @@ exec_always --no-startup-id $HOME/.config/waybar/launch.sh exec_always --no-startup-id dunst exec_always --no-startup-id $HOME/dotfiles/bin/set-wallpaper --restore exec_always --no-startup-id $HOME/dotfiles/bin/swayidle.sh +exec_always --no-startup-id libinput-gestures-setup restart