Compare commits
2 Commits
3dc170984b
...
b550064a15
| Author | SHA1 | Date | |
|---|---|---|---|
| b550064a15 | |||
| 9ff47e94b2 |
@@ -15,6 +15,7 @@
|
||||
# essentials
|
||||
"hyprpm reload -n"
|
||||
"systemctl --user start hyprpolkitagent"
|
||||
"systemctl --user start swayosd"
|
||||
"hyprsunset -t 4500" # TODO: must be optional
|
||||
];
|
||||
};
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
};
|
||||
cursor = {
|
||||
hide_on_key_press = false;
|
||||
no_warps = true;
|
||||
no_warps = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -10,11 +10,14 @@
|
||||
Unit = {
|
||||
StartLimitBurst = lib.mkForce 5;
|
||||
StartLimitIntervalSec = lib.mkForce 30;
|
||||
After = [ "graphical-session.target" ];
|
||||
PartOf = [ "graphical-session.target" ];
|
||||
};
|
||||
Service = {
|
||||
Restart = lib.mkForce "on-failure";
|
||||
RestartSec = lib.mkForce "100ms";
|
||||
RestartSec = lib.mkForce "1s";
|
||||
};
|
||||
Install.WantedBy = [ "graphical-session.target" ];
|
||||
};
|
||||
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
|
||||
Reference in New Issue
Block a user