revert to sajenim
This commit is contained in:
parent
7564df522d
commit
41ea3478ec
14 changed files with 7 additions and 7 deletions
13
home-manager/sajenim/xinitrc
Normal file
13
home-manager/sajenim/xinitrc
Normal file
|
@ -0,0 +1,13 @@
|
|||
#/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-center ~/dotfiles.nix/assets/chinatown.png
|
||||
|
||||
# Enable our compositor
|
||||
picom -b
|
||||
|
||||
# Launch our window manager
|
||||
exec xmonad
|
Loading…
Add table
Add a link
Reference in a new issue