diff options
author | Joe <bousset.rudy@gmail.com> | 2023-08-03 21:17:30 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2023-08-03 21:17:30 +0200 |
commit | b6824458852e206e03fa3a63d0fcc7b75e365545 (patch) | |
tree | f971d6598f60eeae31c3c969c6c638914ba62874 /.config/openbox | |
parent | up (diff) | |
download | dotfiles-bsd-b6824458852e206e03fa3a63d0fcc7b75e365545.tar.gz dotfiles-bsd-b6824458852e206e03fa3a63d0fcc7b75e365545.tar.bz2 dotfiles-bsd-b6824458852e206e03fa3a63d0fcc7b75e365545.tar.xz dotfiles-bsd-b6824458852e206e03fa3a63d0fcc7b75e365545.tar.zst dotfiles-bsd-b6824458852e206e03fa3a63d0fcc7b75e365545.zip |
up
Diffstat (limited to '.config/openbox')
-rwxr-xr-x | .config/openbox/rc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index eb65d45..09dc77a 100755 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -385,7 +385,7 @@ <!-- Keybindings for running applications --> <keybind key="W-p"> <action name="Execute"> - <command>dmenu_run</command> + <command>dmenu_run -m 0</command> </action> </keybind> <keybind key="W-Return"> |