bspwm: Remove monitor assignment
This commit is contained in:
parent
8ce2a3654c
commit
99e7b12544
@ -7,13 +7,6 @@
|
|||||||
## Monitor allocation
|
## Monitor allocation
|
||||||
# Honestly pretty complex
|
# Honestly pretty complex
|
||||||
setmon() {
|
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_total=10
|
||||||
desktops_primary=8
|
desktops_primary=8
|
||||||
desktops_secondary=$(( desktops_total - desktops_primary ))
|
desktops_secondary=$(( desktops_total - desktops_primary ))
|
||||||
|
Loading…
Reference in New Issue
Block a user