summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authorJake Koroman <jake@jakekoroman.com>2026-05-03 10:37:41 -0400
committerJake Koroman <jake@jakekoroman.com>2026-05-03 10:37:41 -0400
commitbe002f4d0294f706a4a43925caea84379670f93b (patch)
treeee1cf77bbf3046e19f3c9b1602c05a8513fdcb63 /.bash_profile
parentc1a8b42fa8b439250b92efad483dc5a014dec164 (diff)
added sway. a whole bunch of changes.
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile3
1 files changed, 2 insertions, 1 deletions
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"