test
This commit is contained in:
@@ -498,30 +498,30 @@ in
|
||||
# send_cancel = "0";
|
||||
# };
|
||||
|
||||
# hyprgrass-bind = [
|
||||
# # swipe left from right edge
|
||||
# ", edge:r:l, workspace, +1"
|
||||
# hyprgrass-bind = [
|
||||
# # swipe left from right edge
|
||||
# ", edge:r:l, workspace, +1"
|
||||
|
||||
# # swipe up from bottom edge
|
||||
# ", edge:d:u, exec, ${cfg.defaultApps.browser.pname}"
|
||||
# # swipe up from bottom edge
|
||||
# ", edge:d:u, exec, ${cfg.defaultApps.browser.pname}"
|
||||
|
||||
# # swipe down from left edge
|
||||
# ", edge:l:d, exec, pactl set-sink-volume @DEFAULT_SINK@ -4%"
|
||||
# # swipe down from left edge
|
||||
# ", edge:l:d, exec, pactl set-sink-volume @DEFAULT_SINK@ -4%"
|
||||
|
||||
# # swipe down with 4 fingers
|
||||
# ", swipe:4:d, killactive"
|
||||
# # swipe down with 4 fingers
|
||||
# ", swipe:4:d, killactive"
|
||||
|
||||
# # swipe diagonally left and down with 3 fingers
|
||||
# # l (or r) must come before d and u
|
||||
# ", swipe:3:ld, exec, foot"
|
||||
# # swipe diagonally left and down with 3 fingers
|
||||
# # l (or r) must come before d and u
|
||||
# ", swipe:3:ld, exec, foot"
|
||||
|
||||
# # tap with 3 fingers
|
||||
# ", tap:3, exec, foot"
|
||||
# # tap with 3 fingers
|
||||
# ", tap:3, exec, foot"
|
||||
|
||||
# # longpress can trigger mouse binds:
|
||||
# ", longpress:2, movewindow"
|
||||
# ", longpress:3, resizewindow"
|
||||
# ];
|
||||
# # longpress can trigger mouse binds:
|
||||
# ", longpress:2, movewindow"
|
||||
# ", longpress:3, resizewindow"
|
||||
# ];
|
||||
# };
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user