dotfiles.nix/home-manager/sajenim/features/desktop/xinitrc

14 lines
299 B
Plaintext
Raw Permalink Normal View History

2023-05-15 21:11:30 +08:00
#/bin/bash
# Setup our monitors
2023-07-25 06:09:48 +08:00
xrandr --output HDMI-A-0 --mode 1920x1080 --output DisplayPort-0 --mode 2560x1440 --right-of HDMI-A-0
2023-05-15 21:11:30 +08:00
2024-07-27 22:35:40 +08:00
# Apply our wallpaper
feh --bg-center ~/.repositories/dotfiles.nix/assets/chinatown.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
2024-07-27 22:35:40 +08:00
exec xmonad