diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-04-03 12:58:44 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-04-03 12:58:44 +0800 |
commit | d19590d84386454b3a5e73fc98e1d65ea0e5d53c (patch) | |
tree | 03b370a8d664f245762d825a49eec74b1a886d2e /X11/openbox/rc.xml | |
parent | 82c0218092eba079c440b891df21e31b5c5ee610 (diff) |
Improve gpt
Diffstat (limited to 'X11/openbox/rc.xml')
-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 b549074..eeddf6a 100644 --- a/X11/openbox/rc.xml +++ b/X11/openbox/rc.xml | |||
@@ -654,6 +654,16 @@ | |||
654 | </keybind> | 654 | </keybind> |
655 | <keybind key="W-g"> | 655 | <keybind key="W-g"> |
656 | <action name="Execute"> | 656 | <action name="Execute"> |
657 | <command> | ||
658 | alacritty --hold --title GPT \ | ||
659 | -o "window.dimensions.columns=70" \ | ||
660 | -o "window.dimensions.lines=30" \ | ||
661 | -e ~/helper/bin/gpt/gpt | ||
662 | </command> | ||
663 | </action> | ||
664 | </keybind> | ||
665 | <keybind key="W-S-g"> | ||
666 | <action name="Execute"> | ||
657 | <command>color-gpick</command> | 667 | <command>color-gpick</command> |
658 | </action> | 668 | </action> |
659 | </keybind> | 669 | </keybind> |