diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-11-15 14:37:06 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-11-15 14:37:06 +0800 |
commit | 192e3e55d98b1601f34e28ff51f51865f2141d9b (patch) | |
tree | 42e3a117409c6f931b5bd3d6baa522cc3c1a3f1a /X11 | |
parent | 44256dad17c266150a5fbfa5e525496b12bc923b (diff) |
Update
Diffstat (limited to 'X11')
-rw-r--r-- | X11/openbox/rc.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/X11/openbox/rc.xml b/X11/openbox/rc.xml index d4f1119..b3765e0 100644 --- a/X11/openbox/rc.xml +++ b/X11/openbox/rc.xml | |||
@@ -554,6 +554,16 @@ | |||
554 | </command> | 554 | </command> |
555 | </action> | 555 | </action> |
556 | </keybind> | 556 | </keybind> |
557 | <keybind key="W-F2"> | ||
558 | <action name="Execute"> | ||
559 | <command> | ||
560 | sh -c ' | ||
561 | xdotool search --name "@log" windowactivate || \ | ||
562 | alacritty --title "@log" --working-directory ~/log | ||
563 | ' | ||
564 | </command> | ||
565 | </action> | ||
566 | </keybind> | ||
557 | <keybind key="W-S-e"> | 567 | <keybind key="W-S-e"> |
558 | <action name="Execute"> | 568 | <action name="Execute"> |
559 | <command> | 569 | <command> |