Skip to content

Unable to set col.active_border from config #2534

Description

@Slime90

I have tried multiple formatting types for the color (rgb, rgba, etc), and I am unable to set the active border color from the configuration, even though the same color sets successfully with hyprctl.

❯ hyprctl version
Hyprland, built from branch  at commit v0.26.0  ().
Tag: ?

flags: (if any)
debug

General config section (Unsuccessful)

      general {
          # Gaps and border
          gaps_in = 4
          gaps_out = 8
          border_size = 2
          resize_on_border = true
          extend_border_grab_area = 50

          # Fallback colors
          col.active_border=0xFFF6D56A
          col.inactive_border=0x00000000

          # Functionality
          # resize_on_border = true
          layout = dwindle
      }

Setting the same color with hyprctl

hyprctl keyword general:col.active_border 0xFFF6D56A

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions