aboutsummaryrefslogtreecommitdiffhomepage
path: root/X11/openbox
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-10-11 06:45:31 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-10-11 06:45:31 +0800
commitfc87f4c3359c16ec39facd8a87d92285d28ffec5 (patch)
treecfc8c4239b4748998ab531d7fa130908ac611938 /X11/openbox
parent583018fe464ee37ef9afab9a38aa47cd79aa7630 (diff)
Update
Diffstat (limited to 'X11/openbox')
-rw-r--r--X11/openbox/rc.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/X11/openbox/rc.xml b/X11/openbox/rc.xml
index 7406d17..d4f1119 100644
--- a/X11/openbox/rc.xml
+++ b/X11/openbox/rc.xml
@@ -547,7 +547,10 @@
547 <keybind key="W-F1"> 547 <keybind key="W-F1">
548 <action name="Execute"> 548 <action name="Execute">
549 <command> 549 <command>
550 alacritty -e nvim ~/log/inbox 550 sh -c '
551 xdotool search --name "@inbox" windowactivate || \
552 alacritty --title "@inbox" -e nvim ~/log/inbox.md
553 '
551 </command> 554 </command>
552 </action> 555 </action>
553 </keybind> 556 </keybind>