fixing hyprland stuff
This commit is contained in:
parent
90642bdb41
commit
cc460f5431
|
@ -541,6 +541,11 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# programs.eww = {
|
||||||
|
# enable = true;
|
||||||
|
# configDir = ../.config/eww;
|
||||||
|
# };
|
||||||
|
|
||||||
programs.waybar = {
|
programs.waybar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue