-
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
nixos/picom: update configuration format #379151
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
Conversation
Adding conditions for `()` and a few code changes
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.
PR title and commit will need to be changed.
"Update picom.nix"
-> nixos/picom: update configuration format
might be a good start
adding comments again because I didn't realize I removed them
Please also change the commit. It could be squashed, but in an ideal case you follow the contribution rules. If we are being really nitpicky, a good and descriptive commit message would not go amiss. Additionally, I am not exactly sure if this is enforced but the title and commit should be all lowercase: - NixOS/picom: Update configuration format
+ nixos/picom: update configuration format |
thank you for your input, resolved all the issues; please check when you can and let me know |
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.
I haven't tested the changes, but diff LGTM.
re-submitting NixOS#379151
Currently, there is no way to configure picom's options via
()
, which is required when working with "rules" or "animations"; This PR resolves that issue along with a few code optimizationsFeel free to propose edits I'll be sure to read them and make changes accordingly; Thanks!
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.