diff --git a/config/xinitrc b/config/xinitrc new file mode 100644 index 0000000..9d24b22 --- /dev/null +++ b/config/xinitrc @@ -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