mirror of
https://github.com/wizbright/waybox.git
synced 2025-10-29 05:40:20 -04:00
Allow maximizing; ToggleMaximize action
This commit is contained in:
parent
c4e224d5fa
commit
afe1780ec3
8 changed files with 84 additions and 39 deletions
|
|
@ -80,12 +80,14 @@ then
|
|||
WB_RC_XML=$WB_SYS_CONF_DIR/rc.xml
|
||||
elif test -f $OB_USER_CONF_DIR/rc.xml;
|
||||
then
|
||||
_ "WARNING: Using files from Openbox. These may not work correctly."
|
||||
WB_RC_XML=$OB_USER_CONF_DIR/rc.xml
|
||||
elif test -f $OB_SYS_CONF_DIR/rc.xml;
|
||||
then
|
||||
_ "WARNING: Using files from Openbox. These may not work correctly."
|
||||
WB_RC_XML=$OB_SYS_CONF_DIR/rc.xml;
|
||||
else
|
||||
_ "ERROR: No configuration file found."
|
||||
_ "ERROR: No configuration file found." >&2
|
||||
exit 1
|
||||
fi
|
||||
export WB_RC_XML
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue