diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2023-03-26 14:44:22 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2023-03-26 14:44:22 +0800 |
| commit | ba73463f86bb37fd6386f0e1a19aadbdd3db3ea7 (patch) | |
| tree | 97a938416e3ab1e206ed9e64956a9d778e94a1b2 /X11/openbox | |
| parent | d68c4038b1dbfd745c6103f99346b65ee36a39b7 (diff) | |
Add banner for demo
Diffstat (limited to 'X11/openbox')
| -rw-r--r-- | X11/openbox/rc.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/X11/openbox/rc.xml b/X11/openbox/rc.xml index 0235dd6..89328ce 100644 --- a/X11/openbox/rc.xml +++ b/X11/openbox/rc.xml | |||
| @@ -499,6 +499,19 @@ | |||
| 499 | <command>alacritty --title _untitled</command> | 499 | <command>alacritty --title _untitled</command> |
| 500 | </action> | 500 | </action> |
| 501 | </keybind> | 501 | </keybind> |
| 502 | <keybind key="W-S-b"> | ||
| 503 | <action name="Execute"> | ||
| 504 | <command> | ||
| 505 | alacritty --title BANNER --hold | ||
| 506 | -o "window.padding.x=36" | ||
| 507 | -o "window.padding.y=36" | ||
| 508 | -o "window.dimensions.columns=35" | ||
| 509 | -o "window.dimensions.lines=1" | ||
| 510 | -o "font.size=60" | ||
| 511 | -e sh -c 'read' | ||
| 512 | </command> | ||
| 513 | </action> | ||
| 514 | </keybind> | ||
| 502 | <keybind key="W-t"> | 515 | <keybind key="W-t"> |
| 503 | <action name="Execute"> | 516 | <action name="Execute"> |
| 504 | <command> | 517 | <command> |