remove starting the keyring and GTK theme weirdness

This commit is contained in:
2025-05-19 10:45:58 +02:00
parent 24591a06c9
commit 3ad8bbe85c

View File

@@ -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/.xprofile" ]] && source "$HOME/xprofile" # load the local xprofile configuration
[[ -f "$HOME/.Xmodmap" ]] && xmodmap "$HOME/.Xmodmap" # load local keymap [[ -f "$HOME/.Xmodmap" ]] && xmodmap "$HOME/.Xmodmap" # load local keymap
# unlock the keyring [[ -x /usr/bin/picom ]] && /usr/bin/picom -b # start picom as a background service
eval "$(/usr/bin/gnome-keyring-daemon --start --components=secrets,ssh,gpg)" exec /usr/bin/i3 # start the graphical environment (replaces shell)
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)