From 21954c16a137151d44a3dc61d5e9699c071e55cc Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Wed, 16 Mar 2022 18:59:04 -0500 Subject: mostly changing the theme for sway stuff --- config/zsh/.zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/zsh/.zprofile') diff --git a/config/zsh/.zprofile b/config/zsh/.zprofile index 479c8aa..a9a13c9 100644 --- a/config/zsh/.zprofile +++ b/config/zsh/.zprofile @@ -2,6 +2,6 @@ if [ "$(uname)" = "Darwin" ]; then # disable Apple Terminal's annoying session restore feature SHELL_SESSIONS_DISABLE=1 fi -if [ "$DESKTOP_SESSION" = "sway" ]; then +if [ "$DESKTOP_SESSION" = "sway-session" ]; then export $(gnome-keyring-daemon --start) fi -- cgit v1.2.3