did not like vertical
This commit is contained in:
parent
1cfdf34765
commit
da9853bc31
3 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
#/bin/bash
|
||||
|
||||
# Setup our monitors
|
||||
xrandr --output HDMI-A-0 --rotate right --mode 1920x1080 --output DisplayPort-0 --mode 2560x1440 --left-of HDMI-A-0
|
||||
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 --bg-center ~/dotfiles.nix/assets/chinatown-rotated.png
|
||||
feh --bg-center ~/dotfiles.nix/assets/chinatown.png
|
||||
|
||||
# Enable our compositor
|
||||
picom -b
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue