diff options
author | Julian <julianteule@gmail.com> | 2017-02-08 22:20:47 +0100 |
---|---|---|
committer | Julian <julianteule@gmail.com> | 2017-02-08 22:20:47 +0100 |
commit | ecf4878084e1d2fe352e923d4f4f534dcde37869 (patch) | |
tree | e84442abf973d47db64f86ae0db84bdb5ae13919 /Scripts/start2bwm | |
parent | 4bbbe4724c5260ce6e0e9001aeca7c59236dce3a (diff) | |
parent | 82ec37bdf8307b14e31a52d57b74b3471b1367ad (diff) |
Removed irritation error from conky, and fixed merge conflicts
Diffstat (limited to 'Scripts/start2bwm')
-rwxr-xr-x | Scripts/start2bwm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Scripts/start2bwm b/Scripts/start2bwm index c3f5cfc..e35fd21 100755 --- a/Scripts/start2bwm +++ b/Scripts/start2bwm @@ -1,7 +1,9 @@ compton --config /home/julian/.config/compton & -xsetroot -cursor_name arrow -fg white -bg black +xsetroot -cursor_name arrow -fg white -bg black & -feh --bg-scale /home/julian/Billeder/Wallpapers/m3* & +feh --bg-scale /home/julian/Billeder/Wallpapers/B* & + +export _JAVA_AWT_WM_NONREPARENTING=1 & 2bwm |