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