mirror of
				https://github.com/AquaMorph/dotfiles.git
				synced 2025-11-03 17:03:18 +00:00 
			
		
		
		
	Gaps and gaps theming
This commit is contained in:
		@@ -64,6 +64,12 @@ bindsym $mod+space focus mode_toggle
 | 
				
			|||||||
# focus the parent container
 | 
					# focus the parent container
 | 
				
			||||||
bindsym $mod+a focus parent
 | 
					bindsym $mod+a focus parent
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Gaps
 | 
				
			||||||
 | 
					gaps inner 8
 | 
				
			||||||
 | 
					gaps outer 2
 | 
				
			||||||
 | 
					smart_borders on
 | 
				
			||||||
 | 
					smart_borders no_gaps
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Define names for default workspaces
 | 
					# Define names for default workspaces
 | 
				
			||||||
set $ws1  "1"
 | 
					set $ws1  "1"
 | 
				
			||||||
set $ws2  "2"
 | 
					set $ws2  "2"
 | 
				
			||||||
@@ -148,16 +154,16 @@ bindsym $mod+r mode "resize"
 | 
				
			|||||||
exec --no-startup-id sh ~/.config/scripts/connect-nas.sh
 | 
					exec --no-startup-id sh ~/.config/scripts/connect-nas.sh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# class                 border  backgr. text    indicator child_border
 | 
					# class                 border  backgr. text    indicator child_border
 | 
				
			||||||
client.focused          #0288D1 #0288D1 #B3E5FC #000000   #000000
 | 
					client.focused          #E91E63 #E91E63 #E91E63 #E91E63   #E91E63
 | 
				
			||||||
client.focused_inactive #212121 #212121 #ffffff #000000   #000000
 | 
					client.focused_inactive #0288D1 #0288D1 #0288D1 #0288D1   #0288D1
 | 
				
			||||||
client.unfocused        #212121 #212121 #212121 #212121   #212121
 | 
					client.unfocused        #0288D1 #0288D1 #0288D1 #0288D1   #0288D1
 | 
				
			||||||
client.urgent           #212121 #900000 #ffffff #900000   #900000
 | 
					client.urgent           #0288D1 #0288D1 #0288D1 #0288D1   #0288D1
 | 
				
			||||||
client.placeholder      #000000 #000000 #ffffff #000000   #0c0c0c
 | 
					client.placeholder      #0288D1 #0288D1 #0288D1 #0288D1   #0288D1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
client.background       #ffffff
 | 
					client.background       #0288D1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Removes border and title bar 
 | 
					# Removes border and title bar 
 | 
				
			||||||
for_window [class="^.*"] border pixel 1
 | 
					for_window [class="^.*"] border pixel 2
 | 
				
			||||||
new_window 1pixel
 | 
					new_window 1pixel
 | 
				
			||||||
#new_window normal 0 px
 | 
					#new_window normal 0 px
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user