91 lines
		
	
	
		
			2.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			91 lines
		
	
	
		
			2.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
 | |
| # ┃                    Variables Configuration                  ┃
 | |
| # ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
 | |
| 
 | |
| source = ~/.config/hypr/config/colors.conf
 | |
| 
 | |
| # https://wiki.hypr.land/Configuring/Variables/#general
 | |
| general {
 | |
|     gaps_in = 2
 | |
|     gaps_out = 1
 | |
|     border_size = 1
 | |
|     col.active_border = $color2
 | |
|     col.inactive_border = $color4
 | |
|     layout = dwindle # master|dwindle
 | |
|     resize_on_border = true
 | |
|     extend_border_grab_area = 10
 | |
|     # https://wiki.hyprland.org/0.45.0/Configuring/Variables/#snap
 | |
|     snap {
 | |
|     	enabled = true
 | |
|     }
 | |
| }
 | |
| 
 | |
| # https://wiki.hyprland.org/0.45.0/Configuring/Variables/#gestures
 | |
| gestures {
 | |
|      workspace_swipe = true
 | |
|      workspace_swipe_fingers = 4
 | |
|      workspace_swipe_distance = 250
 | |
|      workspace_swipe_min_speed_to_force = 15
 | |
|      workspace_swipe_create_new = false
 | |
| }
 | |
| 
 | |
| # https://wiki.hyprland.org/0.45.0/Configuring/Variables/#group
 | |
| group {
 | |
| 	col.border_active = $color6
 | |
| 	col.border_inactive = $color2
 | |
| 	col.border_locked_active = $color3
 | |
| 	col.border_locked_inactive = $color0
 | |
| 
 | |
|     # https://wiki.hyprland.org/0.45.0/Configuring/Variables/#groupbar
 | |
| 	groupbar {
 | |
|         font_size = 13
 | |
|         height = 1
 | |
|         indicator_height = 16
 | |
|         rounding = 2
 | |
| 		font_family = "Roboto Sanss"
 | |
| 		text_color = $foreground
 | |
|         text_offset = -8
 | |
|         font_weight_active = ultraheavy
 | |
|         font_weight_inactive = semibold
 | |
| 		col.active = $color6
 | |
| 		col.inactive = $color2
 | |
| 		col.locked_active = $color3
 | |
| 		col.locked_inactive = $color0
 | |
| 	}
 | |
| }
 | |
| 
 | |
| # https://wiki.hyprland.org/0.45.0/Configuring/Variables/#misc
 | |
| misc {
 | |
|     font_family = "Roboto Sans"
 | |
|     splash_font_family = "Roboto Sans"
 | |
|     disable_hyprland_logo = true
 | |
|     col.splash = $color2
 | |
|     background_color = $background
 | |
|     enable_swallow = true
 | |
|     swallow_regex = ^(cachy-browser|firefox|nautilus|nemo|thunar|btrfs-assistant.)$
 | |
|     focus_on_activate = true
 | |
|     vrr = 2
 | |
| }
 | |
| 
 | |
| # https://wiki.hyprland.org/0.45.0/Configuring/Variables/#render
 | |
| render {
 | |
|    direct_scanout = true
 | |
| }
 | |
| 
 | |
| # See https://wiki.hyprland.org/0.45.0/Configuring/Dwindle-Layout/ for more
 | |
| dwindle {
 | |
|     special_scale_factor = 0.8
 | |
|     pseudotile = true # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
 | |
|     preserve_split = true
 | |
| }
 | |
| 
 | |
| # See https://wiki.hyprland.org/0.45.0/Configuring/Master-Layout/ for more
 | |
| master {
 | |
|     new_status = master
 | |
|     special_scale_factor = 0.8
 | |
| }
 | |
| 
 | |
| cursor {
 | |
|     no_hardware_cursors = true
 | |
| }
 |