aboutsummaryrefslogtreecommitdiffhomepage
path: root/X11
diff options
context:
space:
mode:
Diffstat (limited to 'X11')
-rw-r--r--X11/openbox/rc.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/X11/openbox/rc.xml b/X11/openbox/rc.xml
index 14ab723..8f76da4 100644
--- a/X11/openbox/rc.xml
+++ b/X11/openbox/rc.xml
@@ -552,7 +552,12 @@
552 </keybind> 552 </keybind>
553 <keybind key="W-f"> 553 <keybind key="W-f">
554 <action name="Execute"> 554 <action name="Execute">
555 <command>thunar ~/Downloads</command> 555 <command>
556 sh -c '
557 xdotool search --onlyvisible --classname thunar windowactivate || \
558 thunar ~/Downloads
559 '
560 </command>
556 </action> 561 </action>
557 </keybind> 562 </keybind>
558 <keybind key="W-w"> 563 <keybind key="W-w">