# ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ # ┃ Variables Configuration ┃ # ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ 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 general { gaps_in = 1 gaps_out = 2 border_size = 2 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 = "Fira Sans" 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 = "Fira Sans" splash_font_family = "Fira Sans" disable_hyprland_logo = false 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 }