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"