Skip to content

Commit 6caf02e

Browse files
authored
Updated hyprland config for v0.51 (#86)
1 parent 49ecada commit 6caf02e

File tree

1 file changed

+32
-30
lines changed

1 file changed

+32
-30
lines changed

configurations/lxqt-hyprland.conf

Lines changed: 32 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.
22
# A newer version may be available in /usr/share/hyprland/hyprland.conf.
33
# Refer to the wiki for more information.
44
# https://wiki.hypr.land/Configuring/
@@ -168,30 +168,33 @@ decoration {
168168
animations {
169169
enabled = yes, please :)
170170

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
195198
}
196199

197200
# Ref https://wiki.hypr.land/Configuring/Workspace-Rules/
@@ -245,10 +248,8 @@ input {
245248
}
246249
}
247250

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
252253

253254
# Example per-device config
254255
# See https://wiki.hypr.land/Configuring/Keywords/#per-device-input-configs for more
@@ -344,5 +345,6 @@ misc {
344345
disable_hyprland_logo = true
345346
focus_on_activate = true
346347
disable_xdg_env_checks = true
348+
mouse_move_enables_dpms=true
349+
key_press_enables_dpms=true
347350
}
348-

0 commit comments

Comments
 (0)