diff options
author | Julian T <julian@jtle.dk> | 2022-10-09 11:46:29 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2022-10-09 11:46:29 +0200 |
commit | 080d4eb5e354f98363a4b1d8f6a692299c54c389 (patch) | |
tree | 0e622f3b9829da1e630b3b59dc0246d6f485e7b9 /i3/.xinitrc | |
parent | e0ed64092db25f98d3665605693255c3192efeb2 (diff) |
Switch to arch and 2 spaces for tabs
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 |