Trying out hyprgrass on work computer

This commit is contained in:
Emmet 2024-06-01 22:00:00 -05:00
parent 24e5ccfca0
commit 87f5b4909e
3 changed files with 37 additions and 0 deletions

View file

@ -29,6 +29,7 @@ in
plugins = [
inputs.hyprland-plugins.packages.${pkgs.system}.hyprtrails
inputs.hycov.packages.${pkgs.system}.hycov
inputs.hyprgrass.packages.${pkgs.system}.default
];
settings = { };
extraConfig = ''
@ -105,6 +106,18 @@ in
show_special = 0 # show windwos in special workspace in overview.
}
touch_gestures {
sensitivity = 4.0
long_press_delay = 260
hyprgrass-bind = , edge:r:l, exec, hyprnome
hyprgrass-bind = , edge:l:r, exec, hyprnome --previous
hyprgrass-bind = , swipe:3:d, exec, nwg-drawer
hyprgrass-bind = , swipe:3:u, hycov:toggleoverview
hyprgrass-bind = , swipe:3:r, exec, hyprnome
hyprgrass-bind = , swipe:3:l, exec, hyprnome --previous
hyprgrass-bindm = , longpress:2, movewindow
hyprgrass-bindm = , longpress:3, resizewindow
}
}
bind=SUPER,SPACE,fullscreen,1