dotfiles/.xinitrc
2024-01-25 21:10:19 -06:00

17 lines
295 B
Bash

#!/bin/sh
# configure monitor position
exec /home/april/.screenlayout/samsung_aoc.sh
# set default cursor to standard arrow
xsetroot -cursor_name left_ptr
# restore color scheme
# pywal -n -R
# set wallpaper
xwallpaper --zoom ~/wallpapers/autumn-river.png
# start window manager
exec bspwm