From 3ad8bbe85c3db42b34f47519b35da11877651f26 Mon Sep 17 00:00:00 2001 From: Quinn Date: Mon, 19 May 2025 10:45:58 +0200 Subject: [PATCH] remove starting the keyring and GTK theme weirdness --- .xinitrc | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.xinitrc b/.xinitrc index d736944..95625d5 100755 --- a/.xinitrc +++ b/.xinitrc @@ -22,10 +22,5 @@ setxkbmap us -variant altgr-intl -option '' # load the correct keymap [[ -f "$HOME/.xprofile" ]] && source "$HOME/xprofile" # load the local xprofile configuration [[ -f "$HOME/.Xmodmap" ]] && xmodmap "$HOME/.Xmodmap" # load local keymap -# unlock the keyring -eval "$(/usr/bin/gnome-keyring-daemon --start --components=secrets,ssh,gpg)" -export SSH_AUTH_SOCK - -[[ -f "$HOME/.gtkrc-2.0" ]] && xrdb -merge "$HOME/.gtkrc-2.0" # sets the GTK theme -[[ -x /usr/bin/picom ]] && /usr/bin/picom -b # start picom as a background service -exec /usr/bin/i3 # start the graphical environment (replaces shell) +[[ -x /usr/bin/picom ]] && /usr/bin/picom -b # start picom as a background service +exec /usr/bin/i3 # start the graphical environment (replaces shell)