bspwm: Remove monitor assignment

This commit is contained in:
Salt 2020-07-21 12:20:51 -05:00
parent 8ce2a3654c
commit 99e7b12544

View File

@ -7,13 +7,6 @@
## Monitor allocation
# Honestly pretty complex
setmon() {
# First of all, we're gonna fix our monitor configs here
case $(hostname) in
dsk-cstm-0)
xrandr --output DisplayPort-1 --mode 2560x1440 --rate 144 --primary
xrandr --output HDMI-A-0 --mode 1920x1080 --rate 60 --pos 2560x360
;;
esac
desktops_total=10
desktops_primary=8
desktops_secondary=$(( desktops_total - desktops_primary ))