aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2022-12-01 22:52:53 +0800
committerHsieh Chin Fan <pham@topo.tw>2022-12-01 22:52:59 +0800
commitf1fb28bbbb515e459124158a7c619d7f41963cb4 (patch)
treee8ae99856a4fd22ed3e0a65b32a0b6d4dd77ea34
parent5edcb0d12da421940e08631881449ee097324441 (diff)
Fix shell translate issue when using pass
-rw-r--r--X11/openbox/rc.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/X11/openbox/rc.xml b/X11/openbox/rc.xml
index 9975665..2b219f9 100644
--- a/X11/openbox/rc.xml
+++ b/X11/openbox/rc.xml
@@ -647,7 +647,7 @@
647 </keybind> 647 </keybind>
648 <keybind key="W-space"> 648 <keybind key="W-space">
649 <action name="Execute"> 649 <action name="Execute">
650 <command>sh -c 'sleep 0.3; xdotool type $(xsel -oc)'</command> 650 <command>sh -c 'sleep 0.3; xdotool type "$(xsel -oc)"'</command>
651 </action> 651 </action>
652 </keybind> 652 </keybind>
653 <keybind key="A-q"> 653 <keybind key="A-q">