Replace remaining references to Alacritty with st
This commit is contained in:
parent
a70ee2e830
commit
b398ba32ac
1 changed files with 2 additions and 2 deletions
|
|
@ -299,7 +299,7 @@
|
|||
</keybind>
|
||||
<keybind key="C-A-c">
|
||||
<action name="Execute">
|
||||
<command>alacritty --title "WKClone (ddrescue-tui)" -e resize-and-run ddrescue-tui clone</command>
|
||||
<command>st -t "WKClone (ddrescue-tui)" -e resize-and-run ddrescue-tui clone</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="C-A-d">
|
||||
|
|
@ -354,7 +354,7 @@
|
|||
</keybind>
|
||||
<keybind key="W-c">
|
||||
<action name="Execute">
|
||||
<command>alacritty --title "WKClone (ddrescue-tui)" -e resize-and-run ddrescue-tui clone</command>
|
||||
<command>st -t "WKClone (ddrescue-tui)" -e resize-and-run ddrescue-tui clone</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-d">
|
||||
|
|
|
|||
Loading…
Reference in a new issue