Is there a way to change the order of the action buttons? #673
Unanswered
unikitty37
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I run
notify-send -A Primary -A Secondary foo barI get a notification with the Primary button at the bottom left, and the Secondary button at the bottom right.As someone who's used to the macOS way of having the primary action button at the bottom right of a dialog, this is confusing.
Obviously, when writing my own code, I can reverse the order of the action parameters — but then all the non-Mac people who use that script complain that the buttons are wrong! It also doesn't help when I'm running someone else's code, as they won't have done this.
Is there something I can put in my config to reverse the button order, so that the first button appears at the bottom right and then other buttons appear to the left?
If it was full CSS and
.notification-alt-actionshaddisplay: flexordisplay: gridit would be trivially easy, but GTK doesn't supportdisplayand probably doesn't support Flexbox or Grid either.Beta Was this translation helpful? Give feedback.
All reactions