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"