summaryrefslogtreecommitdiffstats
path: root/.config/openbox
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2023-07-27 20:11:41 +0200
committerJoe <bousset.rudy@gmail.com>2023-07-27 20:11:41 +0200
commit1c97a2838a9eac11b4f02d1bee6faaf8e0aa61d4 (patch)
tree88f46dddb35a4a9acc613836a62f851f940c1265 /.config/openbox
parentup (diff)
downloaddotfiles-bsd-1c97a2838a9eac11b4f02d1bee6faaf8e0aa61d4.tar.gz
dotfiles-bsd-1c97a2838a9eac11b4f02d1bee6faaf8e0aa61d4.tar.bz2
dotfiles-bsd-1c97a2838a9eac11b4f02d1bee6faaf8e0aa61d4.tar.xz
dotfiles-bsd-1c97a2838a9eac11b4f02d1bee6faaf8e0aa61d4.tar.zst
dotfiles-bsd-1c97a2838a9eac11b4f02d1bee6faaf8e0aa61d4.zip
up
Diffstat (limited to '.config/openbox')
-rwxr-xr-x.config/openbox/autostart2
-rwxr-xr-x.config/openbox/rc.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/.config/openbox/autostart b/.config/openbox/autostart
index b2c1dcd..73b4d26 100755
--- a/.config/openbox/autostart
+++ b/.config/openbox/autostart
@@ -68,7 +68,7 @@ startif dunst
startif picom
startif mpd-notification
pgrep $mpd >/dev/null || $mpd >/dev/null 2>&1
-"$HOME"/.local/bin/setwp "$HOME"/pics/wp.jpg
+"$HOME"/.local/bin/setwp "$HOME"/pics/the_wall.png
"$HOME"/.local/bin/kb
xset s off
xset -dpms
diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml
index 60dc4c2..eb65d45 100755
--- a/.config/openbox/rc.xml
+++ b/.config/openbox/rc.xml
@@ -300,12 +300,12 @@
</keybind>
<keybind key="W-C-h">
<action name="MoveResizeTo">
- <monitor>prev</monitor>
+ <monitor>next</monitor>
</action>
</keybind>
<keybind key="W-C-l">
<action name="MoveResizeTo">
- <monitor>next</monitor>
+ <monitor>prev</monitor>
</action>
</keybind>
<!-- <keybind key="W-d"> -->