-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathvariables.conf
168 lines (140 loc) · 3.85 KB
/
variables.conf
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
input {
kb_layout = us,ara
kb_options = grp:win_space_toggle
# kb_variant =
# kb_model =
# kb_rules =
# follow_mouse = 1
# mouse_refocus = false
float_switch_override_focus=0
follow_mouse=1
mouse_refocus=1
touchpad {
natural_scroll = false
}
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
}
general {
gaps_in = 4
gaps_out = 2, 8, 8, 8
border_size = 2
col.active_border = rgba(FDEAB0ff) rgba(fd77e0ff) 0deg
col.inactive_border = rgba(59595900)
layout = dwindle
# layout = master
}
decoration {
# Blur rules
rounding = 13
blur {
enabled = true
size = 8
passes = 2
noise = 0.0117
new_optimizations = true
brightness = 1.0
ignore_opacity = false
popups = true
xray = false
}
# blur_xray = false
# Shadow
# drop_shadow = yes
# shadow_range = 30
# shadow_render_power = 3
# col.shadow = rgba(01010144)
# Dim
dim_inactive = false
dim_strength = 0.1
dim_special = 0
# blur_ignore_override = true
}
animations {
enabled = true
# Animation curves
bezier = md3_standard, 0.2, 0.0, 0, 1.0
bezier = md3_decel, 0.05, 0.7, 0.1, 1
bezier = md3_accel, 0.3, 0, 0.8, 0.15
bezier = overshot, 0.05, 0.9, 0.1, 1.05
bezier = hyprnostretch, 0.05, 0.9, 0.1, 1.0
bezier = win10, 0, 0, 0, 1
bezier = gnome, 0, 0.85, 0.3, 1
bezier = funky, 0.46, 0.35, -0.2, 1.2
bezier = windowsBazer, 0.05, 0.9, 0.1, 1.05
bezier = fluent_decel, 0.1, 1, 0, 1
bezier = easeOutExpo, 0.16, 1, 0.3, 1
# Animation configs
# animation = windows, 1, 3, windowsBazer, popin 60%
animation = windows, 1, 2, md3_decel, slide
animation = windowsOut, 1, 3, windowsBazer, popin 80%
animation = border, 1, 5, default
animation = fadeIn, 1, 5, md3_decel
animation = fadeOut, 1, 5, md3_decel
animation = workspaces, 1, 3, md3_decel, slide
# animation = workspaces, 1, 3, funky, slide
# animation = workspaces, 1, 3, md3_decel, slidefade 5%
# enabled = yes
# bezier = myBezier, 0.05, 0.9, 0.1, 1.05
# animation = windows, 1, 5, md3_decel
# animation = windowsOut, 1, 7, default, popin 80%
# animation = border, 1, 10, default
# animation = fade, 1, 7, default
# animation = workspaces, 1, 6, default
}
dwindle {
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
pseudotile = true
preserve_split = true
# special_scale_factor = 1
# permanent_direction_override = true
# split_width_multiplier = 1
# force_split = 1
# preserve_split = true
# smart_resizing = false
}
# master {
# # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
# new_is_master = true
# allow_small_split = true
# special_scale_factor = 1
# mfact = 0.5
# new_is_master = false
# new_on_top = false
# # orientation = "right"
# # always_center_master = true
# }
gestures {
workspace_swipe = true
workspace_swipe_invert = false
# workspace_swipe_distance = 100
workspace_swipe_cancel_ratio = 0.1
# workspace_swipe_numbered = true
workspace_swipe_create_new = false
}
# Example per-device config
# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more
device:epic-mouse-v1 {
# sensitivity = -0.5
}
misc {
disable_hyprland_logo = true
# force_hypr_chan = true
}
debug {
damage_tracking = 0
}
# nvidia_anti_flicker = true
# plugin {
# hyprbars {
# bar_color = rgb(ffffff)
# bar_height = 28
# col_text = rgba(ffffffdd)
# bar_text_size = 11
# buttons {
# button_size = 11
# col.maximize = rgba(ffffff11)
# col.close = rgba(ff111133)
# }
# }
# }