setup wezterm + xinit
This commit is contained in:
parent
ed69b169a7
commit
17539d625e
4 changed files with 167 additions and 2 deletions
10
config/xinitrc
Normal file
10
config/xinitrc
Normal file
|
@ -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 /etc/nixos/assets/chinatown.png
|
||||
|
||||
# Launch our window manager
|
||||
exec xmonad
|
Loading…
Add table
Add a link
Reference in a new issue