diff options
author | Julian T <julian@jtle.dk> | 2022-12-14 12:41:12 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2022-12-14 12:41:12 +0100 |
commit | f0248804c7d8849c8990801636dcc6fe35ae8c26 (patch) | |
tree | 32e161c07c861a03499d97b26229609021bdf966 /bspwm/.xinitrc | |
parent | 81e2dec1492ebb263d9ceb4628c206657db348ed (diff) |
Add polybar and change bspwm config
Diffstat (limited to 'bspwm/.xinitrc')
-rw-r--r-- | bspwm/.xinitrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bspwm/.xinitrc b/bspwm/.xinitrc index c805667..55fba13 100644 --- a/bspwm/.xinitrc +++ b/bspwm/.xinitrc @@ -1,8 +1,8 @@ -export LOPTS="panel" +export LOPTS="panel composer gnome-keyring" # Launch other stuff +source ~/.xprofile source ~/Scripts/xlaunchrc sxhkd & exec bspwm -# exec i3 |