forked from AhmedSaadi0/my-hyprland-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
variables.conf
185 lines (147 loc) · 4.12 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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
input {
kb_layout = us,ru
kb_options = grp:caps_toggle
float_switch_override_focus=2
follow_mouse=1
mouse_refocus=1
touchpad {
natural_scroll = false
middle_button_emulation = true
clickfinger_behavior = true
tap-and-drag = true
drag_lock = true
}
sensitivity = 0
# sensitivity = -0.3 # -1.0 - 1.0, 0 means no modification.
}
#mouse
device {
name = beken-2.4g-wireless-device-1
sensitivity = -0.3
}
general {
gaps_in = 4
gaps_out = 6
border_size = 2
col.active_border = rgba(FDEAB0ff) rgba(fd77e0ff) 0deg
col.inactive_border = rgba(59595900)
layout = dwindle
}
decoration {
# Blur rules
rounding = 13
blur {
enabled = true
size = 1
passes = 3
noise = 0.0117
new_optimizations = true
brightness = 1.0
ignore_opacity = false
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
}
group {
groupbar {
font_family = manrope semibold
font_size = 9
col.active = 0x000000ff
col.inactive = 0x000000ff
#col.active active group border color gradient 0x66ffff00
#col.inactive inactive (out of focus) group border color gradient 0x66777700
}
}
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.0
bezier = windowsBazer, 0.05, 0.9, 0.1, 1.0
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 = 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
# smart_resizing = false
# no_gaps_when_only = 2
}
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
}
misc {
disable_hyprland_logo = true
# causes heavy bugs on my second monitor
# vrr = 1
}
debug {
damage_tracking = 0
}
# patching pixelated x11 windows
xwayland {
force_zero_scaling = true
}
env=EDITOR,/usr/bin/helix
env = GDK_SCALE,2
env=GDK_BACKEND,wayland,x11
env=GDK_DEBUG,portals
env=GTK_USE_PORTAL,1
env=QT_QPA_PLATFORM,"wayland;xcb"
env=SDL_VIDEODRIVER,wayland
env=CLUTTER_BACKEND,wayland
env=XDG_CURRENT_DESKTOP,Hyprland
env=XDG_SESSION_TYPE,wayland
env=XDG_SESSION_DESKTOP,Hyprland
env=XDG_CONFIG_HOME,$HOME/.config
env=QT_AUTO_SCREEN_SCALE_FACTOR,1
env=QT_QPA_PLATFORM,wayland;xcb
env=QT_WAYLAND_DISABLE_WINDOWDECORATION,1
env=QT_QPA_PLATFORMTHEME,qt6ct
env=ELECTRON_OZONE_PLATFORM_HINT,wayland
env=WEBIDE_JDK,/usr/lib/jvm/java-21-jetbrains
env=PYCHARM_JDK,/usr/lib/jvm/java-21-jetbrains
env = XCURSOR_SIZE,22
env = XCURSOR_THEME,Future-cursors