add startupnotify for obconf in the default menu
This commit is contained in:
parent
c62cf92cb8
commit
08ff13d0c8
1 changed files with 4 additions and 1 deletions
|
@ -37,7 +37,10 @@
|
|||
<menu id="client-list-menu" />
|
||||
<separator />
|
||||
<item label="ObConf">
|
||||
<action name="Execute"><execute>obconf</execute></action>
|
||||
<action name="Execute">
|
||||
<startupnotify><enabled>yes</enabled><icon>openbox</icon></startupnotiy>
|
||||
<execute>obconf</execute>
|
||||
</action>
|
||||
</item>
|
||||
<item label="Reconfigure">
|
||||
<action name="Reconfigure" />
|
||||
|
|
Loading…
Reference in a new issue