diff options
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> |