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