[i3/sway] Migrate away from alacritty
This commit is contained in:
parent
1938a01431
commit
fe74890678
1 changed files with 5 additions and 2 deletions
|
@ -5,8 +5,11 @@ set -uo pipefail
|
||||||
set +e
|
set +e
|
||||||
|
|
||||||
#CMD=i3-sensible-terminal
|
#CMD=i3-sensible-terminal
|
||||||
CMD=alacritty
|
if [ -n "$WAYLAND_DISPLAY" ]; then
|
||||||
#CMD=xfce4-terminal
|
CMD=foot
|
||||||
|
else
|
||||||
|
CMD=xfce4-terminal
|
||||||
|
fi
|
||||||
|
|
||||||
# If a window with a path in its title is focused, open a terminal with that
|
# If a window with a path in its title is focused, open a terminal with that
|
||||||
# location as working directory. Like this, terminals are opened in the same
|
# location as working directory. Like this, terminals are opened in the same
|
||||||
|
|
Loading…
Reference in a new issue