dotfiles/.xinitrc
2024-01-26 09:37:27 -06:00

11 lines
173 B
Bash

#!/bin/sh
# set default cursor to standard arrow
xsetroot -cursor_name left_ptr
# set wallpaper
xwallpaper --zoom ~/wallpapers/city.png
# start window manager
exec bspwm