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