migrate sajenim to erika
This commit is contained in:
parent
bb6e9990c0
commit
5a2c44905f
9 changed files with 0 additions and 0 deletions
13
home-manager/erika/xinitrc
Normal file
13
home-manager/erika/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 ~/Projects/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