diff options
author | Joe <rrbo@proton.me> | 2023-05-30 13:39:23 +0200 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-05-30 13:39:23 +0200 |
commit | db37b315dce10ddb7e13e151cc266c3e2ebf09fc (patch) | |
tree | 06bedc84412dce9a51d2e3c467c565e7531e6076 | |
parent | up (diff) | |
download | dotfiles-bsd-db37b315dce10ddb7e13e151cc266c3e2ebf09fc.tar.gz dotfiles-bsd-db37b315dce10ddb7e13e151cc266c3e2ebf09fc.tar.bz2 dotfiles-bsd-db37b315dce10ddb7e13e151cc266c3e2ebf09fc.tar.xz dotfiles-bsd-db37b315dce10ddb7e13e151cc266c3e2ebf09fc.tar.zst dotfiles-bsd-db37b315dce10ddb7e13e151cc266c3e2ebf09fc.zip |
up
Diffstat (limited to '')
-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 18c9795..60dc4c2 100755 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -333,7 +333,7 @@ </keybind> <!-- Keybindings for window switching --> <keybind key="A-Escape"> - <action name="NextWindow"> + <action name="PreviousWindow"> <finalactions> <action name="Focus"/> <action name="Raise"/> |