diff options
Diffstat (limited to '.config/openbox')
-rwxr-xr-x | .config/openbox/menu.xml | 2 | ||||
-rwxr-xr-x | .config/openbox/rc.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/openbox/menu.xml b/.config/openbox/menu.xml index a9d3269..595a4a6 100755 --- a/.config/openbox/menu.xml +++ b/.config/openbox/menu.xml @@ -112,7 +112,7 @@ <menu id="system-menu" label="System"> <item label="Openbox Configuration Manager"> <action name="Execute"> - <command>obconf-qt</command> + <command>obconf</command> <startupnotify><enabled>yes</enabled></startupnotify> </action> </item> diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index a562c56..1363e45 100755 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -128,7 +128,7 @@ <name>desktop 2</name> --> </names> - <popupTime>0</popupTime> + <popupTime>500</popupTime> <!-- The number of milliseconds to show the popup for when switching desktops. Set this to 0 to disable the popup. --> </desktops> |