-
-
Notifications
You must be signed in to change notification settings - Fork 186
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
hyprland: add hyprpaper.enable option and improve code #501
hyprland: add hyprpaper.enable option and improve code #501
Conversation
2aa427c
to
c985b64
Compare
It would be nice to have this merged before #519. |
hyprland.enable
optionhyprpaper.enable
option
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.
Couldn't we just use lib.mkDefault
when setting services.hyprpaper.enable
, then users can override it by setting that to false
directly?
I don't think we have any consistency throughout the project in that regard yet. However, providing a Stylix option in this case has two main benefits:
|
I think having |
This PR resolves this exact issue by providing an interface option to disable all associated hyprpaper behaviour. IIRC, this PR also closes #499. |
c985b64
to
85fc687
Compare
85fc687
to
018db00
Compare
Changelogv2: 40bc8db
v1
v0: 2aa427c |
018db00
to
40bc8db
Compare
@danth, IIRC, this PR is ready to merge. |
40bc8db
to
7b5d7cc
Compare
Changelogv3: 7b5d7cc
v2: 40bc8db
v1
v0: 2aa427c |
Merging v3 on top of #608 resolves the merge conflicts. |
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.
Looks good to me. Sorry for the delay, this got buried at the bottom of my notifications.
7b5d7cc
to
c6547e2
Compare
Changelogv4: c6547e2
v3: 7b5d7cc
v2: 40bc8db
v1
v0: 2aa427c |
hyprpaper.enable
option
This patchset contains the following commits:
Closes: #499
Note that I have not actually tested this PR, and as such it may contain silly errors.
This PR has been tested: