11 lines
181 B
Bash
Executable File
11 lines
181 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# set default cursor to standard arrow
|
|
xsetroot -cursor_name left_ptr
|
|
|
|
# set wallpaper
|
|
xwallpaper --zoom ~/wall/everforest/flowers.png
|
|
|
|
# start window manager
|
|
exec bspwm
|