fixes gaps and windowrules
This commit is contained in:
@ -4,12 +4,11 @@
|
||||
|
||||
source = ~/.config/hypr/config/colors.conf
|
||||
|
||||
# Variables wiki https://wiki.hyprland.org/0.45.0/Configuring/Variables/ #
|
||||
# https://wiki.hyprland.org/0.45.0/Configuring/Variables/#general
|
||||
# https://wiki.hypr.land/Configuring/Variables/#general
|
||||
general {
|
||||
gaps_in = 1
|
||||
gaps_out = 2
|
||||
border_size = 2
|
||||
gaps_in = 2
|
||||
gaps_out = 1
|
||||
border_size = 1
|
||||
col.active_border = $color2
|
||||
col.inactive_border = $color4
|
||||
layout = dwindle # master|dwindle
|
||||
@ -43,7 +42,7 @@ group {
|
||||
height = 1
|
||||
indicator_height = 16
|
||||
rounding = 2
|
||||
font_family = "Fira Sans"
|
||||
font_family = "Roboto Sanss"
|
||||
text_color = $foreground
|
||||
text_offset = -8
|
||||
font_weight_active = ultraheavy
|
||||
@ -57,9 +56,9 @@ group {
|
||||
|
||||
# https://wiki.hyprland.org/0.45.0/Configuring/Variables/#misc
|
||||
misc {
|
||||
font_family = "Fira Sans"
|
||||
splash_font_family = "Fira Sans"
|
||||
disable_hyprland_logo = false
|
||||
font_family = "Roboto Sans"
|
||||
splash_font_family = "Roboto Sans"
|
||||
disable_hyprland_logo = true
|
||||
col.splash = $color2
|
||||
background_color = $background
|
||||
enable_swallow = true
|
||||
|
Reference in New Issue
Block a user