move col.group_border and col.group_border_active to general #75

Closed
opened 2026-04-05 16:17:45 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @MopigamesYT on 3/7/2023

An update released which displays an error when launching hyprland with this rice. here's how to fix it:

change this:

dwindle {
    pseudotile=1 # enable pseudotiling on dwindle
    force_split=0
   col.group_border=0xff89dceb
   col.group_border_active=0xfff9e2af
}

to

dwindle {
    pseudotile=1 # enable pseudotiling on dwindle
    force_split=0
}

and insert

col.group_border=0xff89dceb
col.group_border_active=0xfff9e2af

in the general category, making it look like this:

general {
    sensitivity=1.0 # for mouse cursor
    gaps_in=8
    gaps_out=15
    border_size=5
    col.active_border=0xfff5c2e7
    col.inactive_border=0xff45475a
    col.group_border=0xff89dceb
    col.group_border_active=0xfff9e2af
    apply_sens_to_raw=0 # whether to apply the sensitivity to raw input (e.>
}
*Originally created by @MopigamesYT on 3/7/2023* An update released which displays an error when launching hyprland with this rice. here's how to fix it: change this: ``` dwindle { pseudotile=1 # enable pseudotiling on dwindle force_split=0 col.group_border=0xff89dceb col.group_border_active=0xfff9e2af } ``` to ``` dwindle { pseudotile=1 # enable pseudotiling on dwindle force_split=0 } ``` and insert ``` col.group_border=0xff89dceb col.group_border_active=0xfff9e2af ``` in the general category, making it look like this: ``` general { sensitivity=1.0 # for mouse cursor gaps_in=8 gaps_out=15 border_size=5 col.active_border=0xfff5c2e7 col.inactive_border=0xff45475a col.group_border=0xff89dceb col.group_border_active=0xfff9e2af apply_sens_to_raw=0 # whether to apply the sensitivity to raw input (e.> } ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/dotfiles#75