diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-07 16:39:19 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-07 16:39:19 +0530 |
commit | 1a7b9bda0cd37aebd933e4a8c5fc305b3af6a2dc (patch) | |
tree | 120f7903b1ec06b985c33b6a8de54f26c090dad5 /.config/openbox/rc.xml | |
parent | 3956802dbf8eab51b26a05b3ba744008c2be44fd (diff) |
switched terminal to alacritty
Diffstat (limited to '.config/openbox/rc.xml')
-rw-r--r-- | .config/openbox/rc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index afc5f00..1f68f0d 100644 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -181,7 +181,7 @@ <!-- my keybindings --> <keybind key="W-Return"> <action name="execute"> - <command>st</command> + <command>prime-run alacritty</command> </action> </keybind> |