dotfiles.nix/home-manager/jade/xinitrc

11 lines
246 B
Plaintext
Raw Normal View History

2023-05-02 03:06:17 +08:00
#/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
2023-05-02 08:52:44 +08:00
feh --bg-scale /etc/nixos/assets/chinatown.png
2023-05-02 03:06:17 +08:00
# Launch our window manager
exec xmonad