nix-config/home-manager/sajenim/features/desktop/xinitrc

10 lines
211 B
Text

#/bin/bash
# Setup our monitors
xrandr --output HDMI-A-0 --mode 1920x1080 --output DisplayPort-0 --mode 2560x1440 --right-of HDMI-A-0
# Enable our compositor
picom -b
# Launch our window manager
exec awesome