fix(home:hyprland): remove cursor timeout option
This commit is contained in:
parent
9b28a27191
commit
4071f93220
1 changed files with 3 additions and 3 deletions
|
|
@ -11,9 +11,9 @@ in
|
||||||
config = mkIf (wayland.compositor == "hyprland") {
|
config = mkIf (wayland.compositor == "hyprland") {
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
settings = {
|
settings = {
|
||||||
cursor = {
|
# cursor = {
|
||||||
inactive_timeout = 4;
|
# inactive_timeout = 4;
|
||||||
};
|
# };
|
||||||
general = {
|
general = {
|
||||||
gaps_in = 10;
|
gaps_in = 10;
|
||||||
gaps_out = 10;
|
gaps_out = 10;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue