diff options
author | Joe <rrbo@proton.me> | 2023-01-09 16:34:30 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-01-09 16:34:30 +0100 |
commit | c561711789e82ac6b7543bf19d7e762885aa9323 (patch) | |
tree | f69e3db3c269cb8418e1d1a24db89341192e8864 /.config | |
parent | up (diff) | |
download | dotfiles-bsd-c561711789e82ac6b7543bf19d7e762885aa9323.tar.gz dotfiles-bsd-c561711789e82ac6b7543bf19d7e762885aa9323.tar.bz2 dotfiles-bsd-c561711789e82ac6b7543bf19d7e762885aa9323.tar.xz dotfiles-bsd-c561711789e82ac6b7543bf19d7e762885aa9323.tar.zst dotfiles-bsd-c561711789e82ac6b7543bf19d7e762885aa9323.zip |
update
Diffstat (limited to '')
-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> |