aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/configs
diff options
context:
space:
mode:
authorDon Williams <don.e.williams@gmail.com>2026-07-11 20:27:48 -0400
committerPinapelz <yukais@pinapelz.com>2026-08-29 21:40:34 -0700
commit1411c2be09632ca099bee8f61e2b73a21c5b0cc9 (patch)
treee37758b8c1be728328d66a87448b23793be80ac2 /config/hypr/configs
parent0bd80939523b843fbdefb9b1eab7019c0dd19033 (diff)
Added layyer rule for qs-hyprview to set blur
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: new file: config/hypr/configs/system_layer_rules.lua
Diffstat (limited to 'config/hypr/configs')
-rw-r--r--config/hypr/configs/system_layer_rules.lua105
1 files changed, 105 insertions, 0 deletions
diff --git a/config/hypr/configs/system_layer_rules.lua b/config/hypr/configs/system_layer_rules.lua
new file mode 100644
index 00000000..14d29f8c
--- /dev/null
+++ b/config/hypr/configs/system_layer_rules.lua
@@ -0,0 +1,105 @@
+-- ==================================================
+-- KoolDots (2026)
+-- Project URL: https://github.com/LinuxBeginnings
+-- License: GNU GPLv3
+-- SPDX-License-Identifier: GPL-3.0-or-later
+-- ==================================================
+
+-- System defaults migrated from configs/LayerRules.conf (auto-generated).
+-- Add additional rules with apply_layer_rule({...}).
+-- Example:
+-- apply_layer_rule({
+-- name = "My Layer Rule",
+-- match = { namespace = "rofi" },
+-- blur = true,
+-- })
+
+local function apply_layer_rule(rule)
+ if hl.layer_rule then
+ hl.layer_rule(rule)
+ end
+end
+
+-- Converted from configs/LayerRules.conf
+apply_layer_rule({
+ name = "system-layer-layerrule-001",
+ match = {
+ namespace = "rofi",
+ },
+ blur = true,
+ ignore_alpha = 0,
+ animation = "slide",
+})
+
+apply_layer_rule({
+ name = "system-layer-layerrule-002",
+ match = {
+ namespace = "notifications",
+ },
+ blur = true,
+ ignore_alpha = 0,
+ animation = "slide",
+})
+
+apply_layer_rule({
+ name = "system-layer-layerrule-003",
+ match = {
+ namespace = "quickshell:overview",
+ },
+ blur = true,
+ ignore_alpha = 0.5,
+})
+
+apply_layer_rule({
+ name = "system-layer-layerrule-004",
+ match = {
+ namespace = "quickshell:expose",
+ },
+ dim_around = true,
+})
+
+apply_layer_rule({
+ name = "system-layer-layerrule-005",
+ match = {
+ namespace = "quickshell:expose",
+ },
+ blur = true,
+ ignore_alpha = 0,
+ xray = true,
+})
+
+apply_layer_rule({
+ name = "system-layer-layerrule-006",
+ match = {
+ namespace = "wallpaper",
+ },
+ blur = true,
+ ignore_alpha = 0,
+})
+
+apply_layer_rule({
+ name = "system-layer-layerrule-007",
+ match = {
+ namespace = "swaync-notification-window",
+ },
+ blur = true,
+ ignore_alpha = 0,
+})
+
+apply_layer_rule({
+ name = "system-layer-layerrule-008",
+ match = {
+ namespace = "com.aurora.keybinds_help",
+ },
+ blur = true,
+ ignore_alpha = 0,
+})
+
+apply_layer_rule({
+ name = "system-layer-layerrule-009",
+ match = {
+ namespace = "logout_dialog",
+ },
+ blur = true,
+ ignore_alpha = 0,
+})
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage