diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-04-01 12:24:48 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-04-01 12:24:48 +0800 |
commit | 2d77ea705139b97756702c129f28b095f2ebdc94 (patch) | |
tree | 1d478defda3579dc32f4327e851c19da775c1bbe | |
parent | ec9fa1649008eee0d6a70dece07551d69057a35f (diff) |
Update
-rw-r--r-- | X11/openbox/rc.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/X11/openbox/rc.xml b/X11/openbox/rc.xml index 95dd894..6c3fb1a 100644 --- a/X11/openbox/rc.xml +++ b/X11/openbox/rc.xml | |||
@@ -111,7 +111,7 @@ | |||
111 | alacritty --title @OPENBOX_CONFIG \ | 111 | alacritty --title @OPENBOX_CONFIG \ |
112 | -o "window.dimensions.lines=32" \ | 112 | -o "window.dimensions.lines=32" \ |
113 | -o "window.dimensions.columns=90" \ | 113 | -o "window.dimensions.columns=90" \ |
114 | -e vim ~/.config/openbox/rc.xml \ | 114 | -e $EDITOR ~/.config/openbox/rc.xml \ |
115 | ' | 115 | ' |
116 | </command> | 116 | </command> |
117 | </action> | 117 | </action> |
@@ -531,6 +531,13 @@ | |||
531 | </command> | 531 | </command> |
532 | </action> | 532 | </action> |
533 | </keybind> | 533 | </keybind> |
534 | <keybind key="W-e"> | ||
535 | <action name="Execute"> | ||
536 | <command> | ||
537 | sh -c 'PRE_POPULATE="tk " alacritty' | ||
538 | </command> | ||
539 | </action> | ||
540 | </keybind> | ||
534 | <keybind key="W-y"> | 541 | <keybind key="W-y"> |
535 | <action name="Execute"> | 542 | <action name="Execute"> |
536 | <command> | 543 | <command> |