fixing hyprland stuff

This commit is contained in:
Chris Cochrun 2024-12-30 07:17:03 -06:00
parent 90642bdb41
commit cc460f5431
2 changed files with 9 additions and 0 deletions

View file

@ -541,6 +541,11 @@ in {
}; };
}; };
# programs.eww = {
# enable = true;
# configDir = ../.config/eww;
# };
programs.waybar = { programs.waybar = {
enable = true; enable = true;
settings = { settings = {

View file

@ -136,6 +136,10 @@ in
# no_cursor_warps = false; # no_cursor_warps = false;
}; };
cursor = {
inactive_timeout = 3;
};
gestures = { gestures = {
workspace_swipe = true; workspace_swipe = true;
workspace_swipe_fingers = 3; workspace_swipe_fingers = 3;