aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/sway/config2
-rw-r--r--.profile2
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/sway/config b/.config/sway/config
index 3806521..6e71f05 100644
--- a/.config/sway/config
+++ b/.config/sway/config
@@ -58,7 +58,7 @@ default_border pixel 8
xwayland enable
# Applications
-set $term $(which footclient || which alacritty)
+set $term $(which alacritty || which footclient)
# Note: pass the final command to swaymsg so that the resulting window can be opened
# on the original workspace that the command was run on.
set $menu wofi --show drun -Iai -w 3
diff --git a/.profile b/.profile
index 3b5215f..7fbe93d 100644
--- a/.profile
+++ b/.profile
@@ -23,7 +23,7 @@ BUN_INSTALL="$HOME/.bun"
GOPROXY="direct"
EDITOR="$(which nvim 2> /dev/null || which vim 2> /dev/null || which nano 2> /dev/null || which vi 2> /dev/null)"
GTK_THEME="Dracula"
-TERMINAL="st"
+TERMINAL="alacritty"
export DENO_INSTALL
export DENO_NO_UPDATE_CHECK