|
1 | | -# This is the example Hyprland v0.50.0 config file with some additions for LXQt. |
| 1 | +# This is the example Hyprland v0.51.0 config file with some additions for LXQt. |
2 | 2 | # A newer version may be available in /usr/share/hyprland/hyprland.conf. |
3 | 3 | # Refer to the wiki for more information. |
4 | 4 | # https://wiki.hypr.land/Configuring/ |
@@ -168,30 +168,33 @@ decoration { |
168 | 168 | animations { |
169 | 169 | enabled = yes, please :) |
170 | 170 |
|
171 | | - # Default animations, see https://wiki.hypr.land/Configuring/Animations/ for more |
172 | | - |
173 | | - bezier = easeOutQuint,0.23,1,0.32,1 |
174 | | - bezier = easeInOutCubic,0.65,0.05,0.36,1 |
175 | | - bezier = linear,0,0,1,1 |
176 | | - bezier = almostLinear,0.5,0.5,0.75,1.0 |
177 | | - bezier = quick,0.15,0,0.1,1 |
178 | | - |
179 | | - animation = global, 1, 10, default |
180 | | - animation = border, 1, 5.39, easeOutQuint |
181 | | - animation = windows, 1, 4.79, easeOutQuint |
182 | | - animation = windowsIn, 1, 4.1, easeOutQuint, popin 87% |
183 | | - animation = windowsOut, 1, 1.49, linear, popin 87% |
184 | | - animation = fadeIn, 1, 1.73, almostLinear |
185 | | - animation = fadeOut, 1, 1.46, almostLinear |
186 | | - animation = fade, 1, 3.03, quick |
187 | | - animation = layers, 1, 3.81, easeOutQuint |
188 | | - animation = layersIn, 1, 4, easeOutQuint, fade |
189 | | - animation = layersOut, 1, 1.5, linear, fade |
190 | | - animation = fadeLayersIn, 1, 1.79, almostLinear |
191 | | - animation = fadeLayersOut, 1, 1.39, almostLinear |
192 | | - animation = workspaces, 1, 1.94, almostLinear, fade |
193 | | - animation = workspacesIn, 1, 1.21, almostLinear, fade |
194 | | - animation = workspacesOut, 1, 1.94, almostLinear, fade |
| 171 | + # Default curves, see https://wiki.hypr.land/Configuring/Animations/#curves |
| 172 | + # NAME, X0, Y0, X1, Y1 |
| 173 | + bezier = easeOutQuint, 0.23, 1, 0.32, 1 |
| 174 | + bezier = easeInOutCubic, 0.65, 0.05, 0.36, 1 |
| 175 | + bezier = linear, 0, 0, 1, 1 |
| 176 | + bezier = almostLinear, 0.5, 0.5, 0.75, 1 |
| 177 | + bezier = quick, 0.15, 0, 0.1, 1 |
| 178 | + |
| 179 | + # Default animations, see https://wiki.hypr.land/Configuring/Animations/ |
| 180 | + # NAME, ONOFF, SPEED, CURVE, [STYLE] |
| 181 | + animation = global, 1, 10, default |
| 182 | + animation = border, 1, 5.39, easeOutQuint |
| 183 | + animation = windows, 1, 4.79, easeOutQuint |
| 184 | + animation = windowsIn, 1, 4.1, easeOutQuint, popin 87% |
| 185 | + animation = windowsOut, 1, 1.49, linear, popin 87% |
| 186 | + animation = fadeIn, 1, 1.73, almostLinear |
| 187 | + animation = fadeOut, 1, 1.46, almostLinear |
| 188 | + animation = fade, 1, 3.03, quick |
| 189 | + animation = layers, 1, 3.81, easeOutQuint |
| 190 | + animation = layersIn, 1, 4, easeOutQuint, fade |
| 191 | + animation = layersOut, 1, 1.5, linear, fade |
| 192 | + animation = fadeLayersIn, 1, 1.79, almostLinear |
| 193 | + animation = fadeLayersOut, 1, 1.39, almostLinear |
| 194 | + animation = workspaces, 1, 1.94, almostLinear, fade |
| 195 | + animation = workspacesIn, 1, 1.21, almostLinear, fade |
| 196 | + animation = workspacesOut, 1, 1.94, almostLinear, fade |
| 197 | + animation = zoomFactor, 1, 7, quick |
195 | 198 | } |
196 | 199 |
|
197 | 200 | # Ref https://wiki.hypr.land/Configuring/Workspace-Rules/ |
@@ -245,10 +248,8 @@ input { |
245 | 248 | } |
246 | 249 | } |
247 | 250 |
|
248 | | -# https://wiki.hypr.land/Configuring/Variables/#gestures |
249 | | -gestures { |
250 | | - workspace_swipe = false |
251 | | -} |
| 251 | +# See https://wiki.hypr.land/Configuring/Gestures |
| 252 | +gesture = 3, horizontal, workspace |
252 | 253 |
|
253 | 254 | # Example per-device config |
254 | 255 | # See https://wiki.hypr.land/Configuring/Keywords/#per-device-input-configs for more |
@@ -344,5 +345,6 @@ misc { |
344 | 345 | disable_hyprland_logo = true |
345 | 346 | focus_on_activate = true |
346 | 347 | disable_xdg_env_checks = true |
| 348 | +mouse_move_enables_dpms=true |
| 349 | +key_press_enables_dpms=true |
347 | 350 | } |
348 | | - |
|
0 commit comments