19 lines
717 B
Text
19 lines
717 B
Text
# Generated by Gestures 0.3.0 --> https://gitlab.com/cunidev/gestures
|
|
# Manual editing might result in data loss!
|
|
|
|
|
|
# Invalid lines
|
|
|
|
|
|
# Unsupported lines
|
|
|
|
# Swipe threshold (0-100)
|
|
swipe_threshold 0
|
|
|
|
# Gestures
|
|
gesture swipe up 3 ~/.config/hyprdots/scripts/volumecontrol.sh -o i
|
|
gesture swipe down 3 ~/.config/hyprdots/scripts/volumecontrol.sh -o d
|
|
gesture swipe up 4 hyprctl dispatch fullscreen 0
|
|
gesture swipe down 4 hyprctl dispatch exec ~/.config/hyprdots/scripts/screenshot.sh p # print all monitor outputs
|
|
gesture swipe right 4 hyprctl dispatch exec pkill rofi || ~/.config/hyprdots/scripts/cliphist.sh c # open Pasteboard in screen center
|
|
gesture swipe left 4 hyprctl dispatch exec dunstctl history-pop
|