gromit-mpx
gromit-mpx copied to clipboard
Set drawing mode to on or off without toggling
Is your feature request related to a problem? Please describe.
Yes, I want to be able to turn the painting mode to off when I clear the screen. Currently gromit-mpx -t
only toggle between on/off, there is no way to make sure the painting mode is off.
Describe the solution you'd like
gromit-mpx -t on
to turn it on. gromit-mpx -t off
to turn it off.
Describe alternatives you've considered
gromit-mpx --print-debug
to print debug information of the currently running gromit-mpx
instance. Including information about the state of the drawing mode that could be grep-ed.
Thanks for your request. Can you take the time and see if and how #101 relates? Thanks so much!
I have read that before, I can see how it relates to my feature request. Though, I think that asking specifically for clear-on-toggle functionality which is separate from the one I'm proposing.
For clear-on-toggle I can already achieve it, although it's achieved via the shell and not within the Gromix-MPX shortcut keys. I will leave that as a comment on #101.