mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Fix dbus user-session and gnome-keyring on boot
This commit is contained in:
8
.xinitrc
8
.xinitrc
@ -1,9 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
source ~/.profile
|
||||
source ~/.xsession
|
||||
xrdb -merge ~/.Xresources
|
||||
|
||||
# Run all system xinitrc shell scripts
|
||||
xinitdir="/etc/X11/xinit/xinitrc.d"
|
||||
if [ -d "$xinitdir" ]; then
|
||||
@ -15,4 +11,8 @@ if [ -d "$xinitdir" ]; then
|
||||
done
|
||||
fi
|
||||
|
||||
source ~/.profile
|
||||
source ~/.xsession
|
||||
xrdb -merge ~/.Xresources
|
||||
|
||||
exec i3
|
||||
|
Reference in New Issue
Block a user