mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-27 14:30:14 +01:00
feat: update hyprland gestures
This commit is contained in:
parent
5e9482611e
commit
e5007d6898
1 changed files with 5 additions and 5 deletions
|
|
@ -157,11 +157,11 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
gesture = [
|
gesture = [
|
||||||
"3, horizontal, workspace"
|
"3, left, dispatcher, changegroupactive, b"
|
||||||
"4, up, dispatcher, playerctl -p mpd play-pause"
|
"3, right, dispatcher, changegroupactive, f"
|
||||||
"4, left, dispatcher, playerctl -p mpd next"
|
"4, horizontal, workspace"
|
||||||
"4, right, dispatcher, playerctl -p mpd previous"
|
"4, pinchin, fullscreen"
|
||||||
# "4, horizontal, move"
|
"4, pinchout, float"
|
||||||
];
|
];
|
||||||
|
|
||||||
bind = [
|
bind = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue