reconfigured monitors
This commit is contained in:
		
							parent
							
								
									be73a8bb34
								
							
						
					
					
						commit
						da905e5b4e
					
				
							
								
								
									
										17
									
								
								bspwmrc
								
								
								
								
							
							
						
						
									
										17
									
								
								bspwmrc
								
								
								
								
							| 
						 | 
					@ -4,10 +4,21 @@ if pgrep sxhkd ; then pkill sxhkd; fi
 | 
				
			||||||
_hostname="$(hostname)"
 | 
					_hostname="$(hostname)"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if [ "$_hostname" = Patricia ] ; then
 | 
					if [ "$_hostname" = Patricia ] ; then
 | 
				
			||||||
	# aoc
 | 
						# create full virtual monitor
 | 
				
			||||||
	bspc monitor HDMI-0 -d I II III IV V VI VII VIII IX X
 | 
						bspc wm --add-monitor FULL 3840x1080+1920+0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						# aoc 1
 | 
				
			||||||
 | 
						bspc monitor VGA-0 -d α β γ δ ε ζ η
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						# virtual monitor
 | 
				
			||||||
 | 
						bspc monitor FULL -d I II III IV V VI VII VIII IX X
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						# aoc 2
 | 
				
			||||||
 | 
						bspc monitor HDMI-0 -d 1 2 3 4 5 6 7
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	# the other one
 | 
						# the other one
 | 
				
			||||||
	bspc monitor DVI-0 -d 001 010 011 100 x101
 | 
						bspc monitor DVI-0 -d 001 010 011 100 101 110 111
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	sxhkd -c ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.bspwm ~/.config/sxhkd/sxhkdrc.bspwm.patricia &
 | 
						sxhkd -c ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.bspwm ~/.config/sxhkd/sxhkdrc.bspwm.patricia &
 | 
				
			||||||
elif [ "$_hostname" = Pamela ] ; then
 | 
					elif [ "$_hostname" = Pamela ] ; then
 | 
				
			||||||
  # AOC
 | 
					  # AOC
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue