✨ feat(libinput-gestures): add config file
This commit is contained in:
parent
0a9ec69b23
commit
7955023bf3
1 changed files with 19 additions and 0 deletions
19
.config/libinput-gestures.conf
Normal file
19
.config/libinput-gestures.conf
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# 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 swayosd-client --output-volume raise
|
||||||
|
gesture swipe down 3 swayosd-client --output-volume lower
|
||||||
|
gesture swipe right 3 cliphist list | rofi -dmenu | cliphist decode | wl-copy
|
||||||
|
gesture swipe left 3 swaync-client -t
|
||||||
|
gesture swipe up 4 hyprctl dispatch fullscreen 0
|
||||||
|
gesture swipe down 4 hyprctl dispatch exec ~/.config/rofi/scripts/screenshot/screenshot
|
Loading…
Add table
Reference in a new issue