aboutsummaryrefslogtreecommitdiffstats
path: root/hyprland/settings.conf
blob: dfaf6e46ed6f42f1c4270c8cf865e819418c958b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
############
# Settings #
############

general {
    gaps_in = 2
    gaps_out = 5
    border_size = 2
    col.active_border = rgba(657585ff)
    col.inactive_border = rgba(59595977)

    layout = dwindle

    allow_tearing = false
}

decoration {
    rounding = 0
    
    blur {
        enabled = true
        size = 3
        passes = 1
    }

    drop_shadow = no
}

group {
    col.border_active = 0x66ffff00
    col.border_inactive = 0x66ffff99

    groupbar {
        font_family = Iosevka Nerd Font
        font_size = 10
        gradients = false
        col.active = 0x66ffff00
        col.inactive = 0x00000000
    }

}

animations {
    enabled = yes
    # first_launch_animation = no

    bezier = overshoot, 0.05, 0.9, 0.1, 1.05

    animation = windows, 1, 3, overshoot, slide
    animation = border, 1, 5, default
    animation = borderangle, 1, 8, default
    animation = fade, 1, 3, default
    animation = workspaces, 1, 2, default
}

xwayland {
  force_zero_scaling = true
}

dwindle {
    pseudotile = false 
    force_split = 2
    preserve_split = yes 
    no_gaps_when_only = 1
}

master {
    new_is_master = false
}

gestures {
    workspace_swipe = on
}

misc {
    disable_hyprland_logo = yes
    force_default_wallpaper = 0
    cursor_zoom_factor = 1
}