From be002f4d0294f706a4a43925caea84379670f93b Mon Sep 17 00:00:00 2001 From: Jake Koroman Date: Sun, 3 May 2026 10:37:41 -0400 Subject: added sway. a whole bunch of changes. --- .bash_profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index 7d049d9..7ffd304 100644 --- a/.bash_profile +++ b/.bash_profile @@ -4,9 +4,10 @@ if [ -f ~/.profile ]; then source ~/.profile; fi export SUDO="doas" -export TERMINAL="st" +export TERMINAL="foot" export BROWSER="librewolf" export EDITOR="kak" +export XDG_CURRENT_DESKTOP="sway" export XDG_CONFIG_HOME="$HOME/.config" export XDG_DATA_HOME="$HOME/.local/share" export XDG_CACHE_HOME="$HOME/.cache" -- cgit v1.2.3