remove starting the keyring and GTK theme weirdness
This commit is contained in:
9
.xinitrc
9
.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)
|
||||
|
||||
Reference in New Issue
Block a user