aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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>