diff options
author | Joe <rrbo@proton.me> | 2023-02-03 11:33:47 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-02-03 11:33:47 +0100 |
commit | 01ac7bd119be1bee4f325a4e3aab6a0ce203252c (patch) | |
tree | 05bc6ca0f983e07f837b14d0b48be0ce2efda551 /.config/openbox/rc.xml | |
parent | up (diff) | |
download | dotfiles-bsd-01ac7bd119be1bee4f325a4e3aab6a0ce203252c.tar.gz dotfiles-bsd-01ac7bd119be1bee4f325a4e3aab6a0ce203252c.tar.bz2 dotfiles-bsd-01ac7bd119be1bee4f325a4e3aab6a0ce203252c.tar.xz dotfiles-bsd-01ac7bd119be1bee4f325a4e3aab6a0ce203252c.tar.zst dotfiles-bsd-01ac7bd119be1bee4f325a4e3aab6a0ce203252c.zip |
up
Diffstat (limited to '.config/openbox/rc.xml')
-rwxr-xr-x | .config/openbox/rc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index fbfa04f..b54bca3 100755 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -295,12 +295,12 @@ </keybind> <keybind key="W-C-h"> <action name="MoveResizeTo"> - <monitor>next</monitor> + <monitor>prev</monitor> </action> </keybind> <keybind key="W-C-l"> <action name="MoveResizeTo"> - <monitor>prev</monitor> + <monitor>next</monitor> </action> </keybind> <!-- <keybind key="W-d"> --> |