diff options
Diffstat (limited to 'Scripts/start2bwm')
-rwxr-xr-x | Scripts/start2bwm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Scripts/start2bwm b/Scripts/start2bwm new file mode 100755 index 0000000..e35fd21 --- /dev/null +++ b/Scripts/start2bwm @@ -0,0 +1,9 @@ +compton --config /home/julian/.config/compton & + +xsetroot -cursor_name arrow -fg white -bg black & + +feh --bg-scale /home/julian/Billeder/Wallpapers/B* & + +export _JAVA_AWT_WM_NONREPARENTING=1 & + +2bwm |