From c24569217169ea9eea8d395afb5971056e7cd4b3 Mon Sep 17 00:00:00 2001 From: Luca Matei Pintilie Date: Sat, 4 Feb 2023 22:42:56 +0100 Subject: Switch to alacritty --- .config/sway/config | 2 +- .profile | 2 +- 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 -- cgit v1.2.3