aboutsummaryrefslogtreecommitdiff
path: root/config/all/zsh/60-graphical-session.zsh
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2024-04-11 16:21:15 -0500
committerMatt Singleton <matt@xcolour.net>2024-04-11 16:21:15 -0500
commitf2dfde23f8157da1532a2b2e236af529fed47713 (patch)
treed5eabb0eb33d100304ee16596b2a43dfb4a68d1c /config/all/zsh/60-graphical-session.zsh
parent7f67d28e18760154778f20da43772838c36734ed (diff)
replace janky deploy script with stow and make
re-orgs all the console oriented dotfiles to be stowable makefile to deploy everything move from vimplug to native vim packages cleanup script for blowing away old symlinks
Diffstat (limited to 'config/all/zsh/60-graphical-session.zsh')
-rw-r--r--config/all/zsh/60-graphical-session.zsh8
1 files changed, 0 insertions, 8 deletions
diff --git a/config/all/zsh/60-graphical-session.zsh b/config/all/zsh/60-graphical-session.zsh
deleted file mode 100644
index 3d4b53a..0000000
--- a/config/all/zsh/60-graphical-session.zsh
+++ /dev/null
@@ -1,8 +0,0 @@
-if [ -n "$XDG_SESSION_DESKTOP" ] && command -v gnome-keyring-daemon > /dev/null; then
- # load the keyring daemon into the environment if:
- # - we're in a graphical session
- # - the daemon is installed
- # starts the daemon if it hasn't been started already,
- # otherwise just exports the auth socket of the existing daemon
- export $(gnome-keyring-daemon --start 2> /dev/null)
-fi