Skip to content

Commit

Permalink
feat(bspwmrc): configure monitors with xrandr
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasnorrby committed Feb 26, 2021
1 parent 6090cea commit 01b1ab2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wm/bspwm/bspwmrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ if ! _is_callable sxhkd ; then
exit 1
fi

xrandr --output DP-1 --auto --primary --output DVI-D-0 --auto --right-of DP-1 --output DVI-I-1 --auto --left-of DP-1

# bspc monitor -d I II III IV V VI VII VIII IX X
bspc monitor DVI-I-1 -d 1
bspc monitor DP-1 -d 2 3 4 5 6
Expand Down

0 comments on commit 01b1ab2

Please sign in to comment.