From b19b16314702686bd96c978f8a37dcdbb2b5d84e Mon Sep 17 00:00:00 2001 From: Matias Date: Thu, 17 Jul 2025 15:31:46 +0200 Subject: [PATCH] test: add some more decorations w/ config --- hyprlandd.conf | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/hyprlandd.conf b/hyprlandd.conf index 390d925..5599e5f 100644 --- a/hyprlandd.conf +++ b/hyprlandd.conf @@ -5,6 +5,19 @@ monitor=,preferred,auto,1.0 debug { disable_logs = false + damage_tracking = true + enable_stdout_logs = true +} + +decoration { + rounding = 20 + active_opacity = 0.5 + + shadow { + enabled = true + range = 10 + color = 0x00ff00ff + } } ################### @@ -18,6 +31,7 @@ bind = $mainMod, return, exec, kitty bind = $mainMod, X, killactive, bind = $mainMod, F4, exit, bind = $mainMod, space, togglefloating, +bind = $mainMod, s, togglesplit bind = $mainMod, left, movefocus, l bind = $mainMod, right, movefocus, r @@ -48,9 +62,6 @@ bind = $mainMod SHIFT, 8, movetoworkspace, 8 bind = $mainMod SHIFT, 9, movetoworkspace, 9 bind = $mainMod SHIFT, 0, movetoworkspace, 10 -# Example special workspace (scratchpad) -bind = $mainMod, S, togglespecialworkspace, magic -bind = $mainMod SHIFT, S, movetoworkspace, special:magic bindm = $mainMod, mouse:272, movewindow bindm = $mainMod SHIFT, mouse:272, resizewindow