Skip to content

Commit

Permalink
sway: handle cursor names containing spaces (#654)
Browse files Browse the repository at this point in the history
Closes: #648
Fixes: 0779524 ("Add cursor support (#172)")
Link: #654
(cherry picked from commit 111c75d)
  • Loading branch information
trueNAHO authored and github-actions[bot] committed Dec 10, 2024
1 parent f5c12c1 commit 6b848bd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions modules/sway/hm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,7 @@ in {
};

output."*".bg = "${config.stylix.image} ${config.stylix.imageScalingMode}";

seat."*" = {
xcursor_theme = "${config.stylix.cursor.name} ${toString config.stylix.cursor.size}";
};
seat."*".xcursor_theme = ''"${config.stylix.cursor.name}" ${toString config.stylix.cursor.size}'';
};
})

Expand Down

0 comments on commit 6b848bd

Please sign in to comment.