Skip to content

(parts of) Configuration is no longer functional #29

@Blue-Drink

Description

@Blue-Drink

In hyprland.config:

drop_shadow = yes
shadow_range = 4
shadow_render_power = 3
col.shadow = rgba(1a1a1aee)

Should actually be (inside decoration{}):

shadow {
        enabled = true
        range = 4
        render_power = 3
        color = rgba(1a1a1aee)
}

master {new_is_master = true} should be master{new_status = master}
gestures {workspace_swipe = off} should be gesture = 3, horizontal, workspace

decive:epic mouse V1 {sesitivity = -0.5} should be

device {
    name = epic-mouse-v1
    sensitivity = -0.5
}

The following do not work and I'm not sure how to fix:

windowrule = float,^(pavucontrol)$
windowrule = float,^(blueman-manager)$
windowrule = float,^(nm-connection-editor)$
windowrule = float,^(chromium)$
windowrule = float,^(thunar)$

I have another two errors but I think they are from not having all required files; I have not checked any other configuration, might look over it later

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions