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 = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
|
@ -136,6 +136,10 @@ in
|
|||
# no_cursor_warps = false;
|
||||
};
|
||||
|
||||
cursor = {
|
||||
inactive_timeout = 3;
|
||||
};
|
||||
|
||||
gestures = {
|
||||
workspace_swipe = true;
|
||||
workspace_swipe_fingers = 3;
|
||||
|
|
Loading…
Reference in a new issue