diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2023-10-11 06:45:31 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2023-10-11 06:45:31 +0800 |
| commit | fc87f4c3359c16ec39facd8a87d92285d28ffec5 (patch) | |
| tree | cfc8c4239b4748998ab531d7fa130908ac611938 | |
| parent | 583018fe464ee37ef9afab9a38aa47cd79aa7630 (diff) | |
Update
| -rw-r--r-- | X11/openbox/rc.xml | 5 |
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> |