diff options
author | Joe <rrbo@proton.me> | 2023-01-09 18:00:51 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-01-09 18:00:51 +0100 |
commit | 206bad9856e15f4691165461ac2e77f9b4c87634 (patch) | |
tree | 92e9a394cfca7719b4c8ce5d1f69eedfebe6adbd /.config/openbox | |
parent | update (diff) | |
download | dotfiles-bsd-206bad9856e15f4691165461ac2e77f9b4c87634.tar.gz dotfiles-bsd-206bad9856e15f4691165461ac2e77f9b4c87634.tar.bz2 dotfiles-bsd-206bad9856e15f4691165461ac2e77f9b4c87634.tar.xz dotfiles-bsd-206bad9856e15f4691165461ac2e77f9b4c87634.tar.zst dotfiles-bsd-206bad9856e15f4691165461ac2e77f9b4c87634.zip |
update
Diffstat (limited to '.config/openbox')
-rwxr-xr-x | .config/openbox/rc.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index 567ca30..205ee5c 100755 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -42,7 +42,7 @@ 'Active' - where the active window is --> </placement> <theme> - <name>Clearlooks</name> + <name>Clearlooks-Joe</name> <titleLayout>SNLIMC</titleLayout> <!-- available characters are NDSLIMC, each can occur at most once. @@ -371,12 +371,12 @@ <!-- Keybindings for running applications --> <keybind key="W-C-S-p"> <action name="Execute"> - <command>/home/jozan/.local/bin/dmpass --full</command> + <command>/home/jozan/.local/bin/dmpass --full</command> </action> </keybind> <keybind key="W-C-p"> <action name="Execute"> - <command>/home/jozan/.local/bin/dmpass</command> + <command>/home/jozan/.local/bin/dmpass</command> </action> </keybind> <keybind key="W-p"> |