Add 'myModMask'
							parent
							
								
									3795d10197
								
							
						
					
					
						commit
						d2bf1ed9bd
					
				| 
						 | 
					@ -143,12 +143,13 @@ myWorkspaces = [ "sh", "www", "dev", "info", "etc" ]
 | 
				
			||||||
myWorkspaceKeys = [ "a", "s", "d", "f", "g" ]
 | 
					myWorkspaceKeys = [ "a", "s", "d", "f", "g" ]
 | 
				
			||||||
mySharedWorkspaces = [ "shared" ]
 | 
					mySharedWorkspaces = [ "shared" ]
 | 
				
			||||||
mySharedWorkspaceKeys = [ "1" ]
 | 
					mySharedWorkspaceKeys = [ "1" ]
 | 
				
			||||||
 | 
					-- Use Win key instead of Alt
 | 
				
			||||||
 | 
					myModMask = mod4Mask
 | 
				
			||||||
 | 
					
 | 
				
			||||||
myConfig =
 | 
					myConfig =
 | 
				
			||||||
  def
 | 
					  def
 | 
				
			||||||
    { terminal = "alacritty",
 | 
					    { terminal = "alacritty",
 | 
				
			||||||
      -- Use Win key instead of Alt
 | 
					      modMask = myModMask,
 | 
				
			||||||
      modMask = mod4Mask,
 | 
					 | 
				
			||||||
      workspaces = withScreen 1 myWorkspaces ++ withScreen 2 mySharedWorkspaces,
 | 
					      workspaces = withScreen 1 myWorkspaces ++ withScreen 2 mySharedWorkspaces,
 | 
				
			||||||
      -- Styling
 | 
					      -- Styling
 | 
				
			||||||
      focusedBorderColor = "#000",
 | 
					      focusedBorderColor = "#000",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue