2023-05-15 21:11:30 +08:00
|
|
|
#/bin/bash
|
|
|
|
|
|
|
|
# Setup our monitors
|
2023-07-22 00:13:48 +08:00
|
|
|
xrandr --output HDMI-A-0 --rotate right --mode 1920x1080 --output DisplayPort-0 --mode 2560x1440 --left-of HDMI-A-0
|
2023-05-15 21:11:30 +08:00
|
|
|
|
|
|
|
# Apply our wallpaper
|
2023-07-22 07:51:23 +08:00
|
|
|
feh --bg-center ~/dotfiles.nix/assets/chinatown.png --bg-center ~/dotfiles.nix/assets/chinatown-rotated.png
|
2023-07-10 07:15:32 +08:00
|
|
|
|
|
|
|
# Enable our compositor
|
|
|
|
picom -b
|
2023-05-15 21:11:30 +08:00
|
|
|
|
|
|
|
# Launch our window manager
|
|
|
|
exec xmonad
|