Skip to content

Commit

Permalink
meta: Drop xcursor
Browse files Browse the repository at this point in the history
This doesn't seem to change anything nowadays with Hyprland so it should
be okay to drop in 2024.

Edit: This seems to get set with pointerCursor in home-manager which
gets set by stylix, so it shouldn't matter either way.

See: https://github.com/nix-community/home-manager/blob/ff1c3646541316258b1ca64e9b25d4c9cca8e587/modules/config/home-cursor.nix#L172-L175
And: https://github.com/danth/stylix/blob/b36fb34a9c8fb728c7efe5dbbb222bb23dcaa967/stylix/hm/cursor.nix#L15
  • Loading branch information
donovanglover committed Apr 19, 2024
1 parent 6826ef0 commit f9426b1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion containers/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
../home/gtk.nix
../home/kitty.nix
../home/neovim.nix
../home/xcursor.nix
../home/xresources.nix
../home/yazi.nix
];
Expand Down
1 change: 0 additions & 1 deletion home/hyprland.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ in

settings = {
env = [
"XCURSOR_SIZE,24"
"BROWSER,librewolf"
"QT_IM_MODULE,fcitx"
"XMODIFIERS,@im=fcitx"
Expand Down
6 changes: 0 additions & 6 deletions home/xcursor.nix

This file was deleted.

0 comments on commit f9426b1

Please sign in to comment.