From 6b75045b9f584d18f3f9c3b7d7243d5b02c0520f Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 26 Feb 2025 12:40:23 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-26 12:40:23 --- .config/helix/languages.toml | 2 +- .config/niri/config.kdl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index c0fe2cfe..2302a76f 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -136,6 +136,6 @@ language-servers = [ "basedpyright" ] [[language]] name = "kdl" -autoformat = true +auto-format = true # Configure kdlfmt to use stdin formatter = { command = "kdlfmt", args = ["format", "-"] } diff --git a/.config/niri/config.kdl b/.config/niri/config.kdl index 86716a81..5792b584 100644 --- a/.config/niri/config.kdl +++ b/.config/niri/config.kdl @@ -99,13 +99,13 @@ layout { // `draw-border-with-background`. // You can change how the focus ring looks. focus-ring { - off + // off width 1 active-color "#B14242" inactive-color "#121212" } border { - // off + off width 1 active-color "#B14242" inactive-color "#121212"