bspwm: Remove monitor assignment
This commit is contained in:
		@@ -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 ))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user