diff options
Diffstat (limited to 'i3/.xinitrc')
-rw-r--r-- | i3/.xinitrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/i3/.xinitrc b/i3/.xinitrc index 598e231..2dbc46f 100644 --- a/i3/.xinitrc +++ b/i3/.xinitrc @@ -1,6 +1,8 @@ -export LOPTS="screensaver composer" +export LOPTS="screensaver composer gnome-keyring" # Launch other stuff source ~/.xprofile +source ~/Scripts/xlaunchrc +#trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --width 2 --height 18 --transparent true --tint 0x000000 --alpha 0 & exec i3 |