11 lines
183 B
Bash
Executable File
11 lines
183 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# set default cursor to standard arrow
|
|
xsetroot -cursor_name left_ptr
|
|
|
|
# set wallpaper
|
|
xwallpaper --zoom /home/april/wall/art/police.jpg
|
|
|
|
# start window manager
|
|
exec bspwm
|