dotfiles/.xinitrc
2024-01-26 15:42:36 -06:00

11 lines
187 B
Bash
Executable File

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