add xinitrc

This commit is contained in:
♥ Minnie ♥ 2023-05-02 03:06:17 +08:00
parent a5e2d727af
commit 8e2fa6d4e2

10
config/xinitrc Normal file
View file

@ -0,0 +1,10 @@
#/bin/bash
# Setup our monitors
xrandr --output HDMI-A-0 --mode 1920x1080 --output DisplayPort-0 --mode 2560x1440 --right-of HDMI-A-0
# Apply our wallpaper
feh --bg-scale ~/dotfiles.nix/assets/chinatown.png
# Launch our window manager
exec xmonad