use yaru's cursor
apparently home-manager doesn't load .Xresources which is why it didn't work before
This commit is contained in:
parent
0ffd824a6e
commit
59038a5e47
2 changed files with 6 additions and 6 deletions
|
|
@ -7,4 +7,5 @@ if command -v dbus-update-activation-environment > /dev/null 2>&1; then
|
||||||
dbus-update-activation-environment DISPLAY XAUTHORITY
|
dbus-update-activation-environment DISPLAY XAUTHORITY
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
xrdb ~/.Xresources
|
||||||
exec ~/.xsession
|
exec ~/.xsession
|
||||||
|
|
|
||||||
|
|
@ -16,10 +16,9 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO: i gave up
|
xsession.pointerCursor = {
|
||||||
#xsession.pointerCursor = {
|
package = pkgs.yaru-theme;
|
||||||
# package = pkgs.bibata-cursors;
|
name = "Yaru";
|
||||||
# name = "Bibata_Classic";
|
size = 16;
|
||||||
# size = 16;
|
};
|
||||||
#};
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue