-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xsession.pointerCursor: .icons file for AwesomeWM #2084
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Seems harmless.
This broke my setup as I now get this
Unclear to me why though. |
Is it possible your folder .icons is a symlink to a folder outside home? |
As far as I can tell
|
Interesting… I didn't see anywhere in the current home-manager source that It looks like |
|
I'll open a PR reverting this in the meantime. |
This is still failing for me, I'll make a reversal PR :) |
closes #2081
Description
Writes the file
~/.icons/default/index.theme
, which allows AwesomeWM (perhaps others?) to use the pointerCursor setting.Checklist
Change is backwards compatible. (Unless a user is writing that file from their own config.)
Code formatted with
./format
.Code tested through
nix-shell --pure tests -A run.all
.Test cases updated/added. See example. (There isn't a test case for this module yet.)
Commit messages are formatted like (I didn't use a long description, but referenced the reported issue instead)
See CONTRIBUTING for more information and recent commit messages for examples.
If this PR
adds a new moduleAdded myself as module maintainer. See example.
Added myself and the module files to
.github/CODEOWNERS
.