You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you make it so the export flag works even when the session isn't running?
I switch between Hyprland and Plasma often, and in my experience plasma messes stuff up like icons automatically. So I run nwg-look with -a and -x before running the compositor.
-a works just fine. But -x doesn't.
Also, it would be useful if it can be made so that -a and -x can be used together, like:
nwg-look -a -x
Because currently, only one works at a time (as it runs os.Exit(0)). So I have to call nwg-look twice.
nwg-look -a
nwg-look -x
The text was updated successfully, but these errors were encountered:
Could you make it so the export flag works even when the session isn't running?
I switch between Hyprland and Plasma often, and in my experience plasma messes stuff up like icons automatically. So I run nwg-look with
-a
and-x
before running the compositor.-a
works just fine. But-x
doesn't.Also, it would be useful if it can be made so that
-a
and-x
can be used together, like:Because currently, only one works at a time (as it runs
os.Exit(0)
). So I have to call nwg-look twice.The text was updated successfully, but these errors were encountered: