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
  • Loading branch information
trueNAHO authored Dec 3, 2024
1 parent 74ee1ed commit 111c75d
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 111c75d

Please sign in to comment.