[i3/sway] Migrate away from alacritty

This commit is contained in:
Midgard 2022-09-11 16:53:18 +02:00
parent 1938a01431
commit fe74890678
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

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