AutoYADM commit: 2025-02-26 12:35:12

This commit is contained in:
Daniel Fichtinger 2025-02-26 12:35:12 -05:00
parent 0baa149ea6
commit a1bfb3ce70
2 changed files with 3 additions and 1 deletions

View file

@ -136,5 +136,6 @@ language-servers = [ "basedpyright" ]
[[language]] [[language]]
name = "kdl" name = "kdl"
autoformat = true
# Configure kdlfmt to use stdin # Configure kdlfmt to use stdin
formatter = { command = "kdlfmt", args = ["format", "-"] } formatter = { command = "kdlfmt", args = ["format", "-"] }

View file

@ -99,12 +99,13 @@ layout {
// `draw-border-with-background`. // `draw-border-with-background`.
// You can change how the focus ring looks. // You can change how the focus ring looks.
focus-ring { focus-ring {
off
width 1 width 1
active-color "#B14242" active-color "#B14242"
inactive-color "#121212" inactive-color "#121212"
} }
border { border {
off // off
width 1 width 1
active-color "#B14242" active-color "#B14242"
inactive-color "#121212" inactive-color "#121212"