Using same tags for both screens
This commit is contained in:
		
							parent
							
								
									5b0f1fedce
								
							
						
					
					
						commit
						4ad5f37ee3
					
				
							
								
								
									
										9
									
								
								rc.lua
									
									
									
									
									
								
							
							
						
						
									
										9
									
								
								rc.lua
									
									
									
									
									
								
							@ -100,14 +100,11 @@ end
 | 
			
		||||
 | 
			
		||||
-- {{{ Shifty Tags
 | 
			
		||||
shifty.config.tags = {
 | 
			
		||||
    ["1:default"] = { init = true, position = 1 },
 | 
			
		||||
    ["2:prog"] = { init = true, position = 2 },
 | 
			
		||||
    ["1:default"] = { init = true, position = 1, screen = {1, 2} },
 | 
			
		||||
    ["2:prog"] = { init = true, position = 2, screen = {1, 2} },
 | 
			
		||||
    ["3:www"] = { exclusive = true, max_clients = 1, position = 3, spawn = "firefox -P default"},
 | 
			
		||||
    ["4:im"] = { exclusive = true, init = true, position = 4 },
 | 
			
		||||
    ["4:im"] = { exclusive = true, init = true, position = 4, screen = {1, 2} },
 | 
			
		||||
    ["5:mail"] = { exclusive = true, max_clients = 2, position = 5, spawn = "thunderbird"},
 | 
			
		||||
    ["6:default"] = { init = true, position = 6, screen = 2 },
 | 
			
		||||
    ["7:prog"] = { init = true, position = 7, screen = 2 },
 | 
			
		||||
    ["8:im"] = { exclusive = true, init = true, position = 8, screen = 2, mwfact = 0.65 },
 | 
			
		||||
}
 | 
			
		||||
shifty.config.apps = {
 | 
			
		||||
        { match = {"Iceweasel.*", "Firefox.*", "Namoroka.*", "Minefield.*"       }, tag = "3:www"},
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user