dotfiles/.xinitrc
2025-03-10 10:34:54 -05:00

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