Add xinitrc
This commit is contained in:
parent
46ecab1510
commit
b930af9bf8
2 changed files with 9 additions and 0 deletions
1
.xinitrc
Symbolic link
1
.xinitrc
Symbolic link
|
@ -0,0 +1 @@
|
|||
./xinitrc
|
8
xinitrc
Normal file
8
xinitrc
Normal file
|
@ -0,0 +1,8 @@
|
|||
export QT_QPA_PLATFORMTHEME=qt5ct
|
||||
export `gnome-keyring-daemon -d`
|
||||
eval $(/usr/bin/gnome-keyring-daemon --start --components=gpg,pkcs11,secrets,ssh)
|
||||
export $(gnome-keyring-daemon --start --components=pkcs11,secrets,ssh,gpg)
|
||||
dbus-update-activation-environment --systemd DISPLAY
|
||||
#exec xrdb .Xresources
|
||||
exec i3 -V >> ~/i3log-$(date + '%F-%k-%M-%S') 2>&1
|
||||
exec sh /home/jonathan/.conky/conky-startup.sh
|
Loading…
Add table
Add a link
Reference in a new issue