diff options
| author | Donald Williams <129223418+dwilliam62@users.noreply.github.com> | 2026-06-08 10:05:01 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-08 10:05:01 -0400 |
| commit | 86f7b941ef1e155418425b837532627f5782de13 (patch) | |
| tree | b520ae386485266e4af4614847282b3d4c58e818 /config/hypr/lua | |
| parent | 060b0c207ef327de6e1266841518fc3d2170dc96 (diff) | |
Fixed layerrule blue for swaync and window rule for qcalculate-gtk (#78)
* Updated version to v2.3.25
Signed-off-by: Don Williams <don.e.williams@gmail.com>
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: CHANGELOG.md
modified: config/hypr/configs/ENVariables.conf
modified: config/hypr/lua/env.lua
renamed: config/hypr/v2.3.24 -> config/hypr/v2.3.25
* Fixed LayerRule and window rule
Excessive bluring and wrong geometry to qcalculate-gtk
Signed-off-by: Don Williams <don.e.williams@gmail.com>
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: CHANGELOG.md
modified: config/hypr/configs/LayerRules.conf
modified: config/hypr/configs/WindowRules.conf
Diffstat (limited to 'config/hypr/lua')
| -rw-r--r-- | config/hypr/lua/env.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/lua/env.lua b/config/hypr/lua/env.lua index f4e6c9e6..160b3ff2 100644 --- a/config/hypr/lua/env.lua +++ b/config/hypr/lua/env.lua @@ -9,7 +9,7 @@ -- - config/hypr/configs/ENVariables.conf -- - config/hypr/UserConfigs/ENVariables.conf (active values only) -hl.env("DOTS_VERSION", "2.3.23") +hl.env("DOTS_VERSION", "2.3.25") hl.env("GDK_BACKEND", "wayland,x11,*") hl.env("QT_QPA_PLATFORM", "wayland;xcb") hl.env("CLUTTER_BACKEND", "wayland") |
