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
I'm mainly interested in the ToggleDecoration, but the other two would be nice for completeness.
I tested adding the entry to my local rc.xml file and it functions as expected.
Reason for change
Provide a quick method to remove and restore window decoration.
Just so you know there is an env var for disabling decoration with -e NO_DECOR=true, but having a keyboard shortcut for this is not a bad idea by default in the base images.
Thanks, I did find that variable, but the issue I ran into immediatly was a popup dialog in an app (firefox) went full screen, with no way to undecorate, so I was stuck. The hotkey would solve this.
Is this a new feature request?
Wanted change
Add the below described Decoration related key bindings to the section of the /etc/xdg/openbox/rc.xml file:
http://openbox.org/wiki/Help:Actions#ToggleDecorations
I'm mainly interested in the ToggleDecoration, but the other two would be nice for completeness.
I tested adding the entry to my local rc.xml file and it functions as expected.
Reason for change
Provide a quick method to remove and restore window decoration.
Proposed code change
<keybind key="A-S-d"> <action name="ToggleDecorations"/> </keybind> <keybind key="C-S-d"> <action name="Decorate"/> </keybind> <keybind key="C-S-d"> <action name="Undecorate"/> </keybind>
The text was updated successfully, but these errors were encountered: