Compare commits
3 commits
48331f34ed
...
bf64f3c9f1
Author | SHA1 | Date | |
---|---|---|---|
bf64f3c9f1 | |||
f570353bf3 | |||
c68e7bc833 |
3 changed files with 10 additions and 4 deletions
|
@ -207,8 +207,8 @@ bar {
|
|||
}
|
||||
}
|
||||
|
||||
client.focused $accent $accent $background
|
||||
client.focused_inactive $backgroundish $backgroundish $foreground
|
||||
client.focused $subtle $subtle $background
|
||||
client.focused_inactive $muted $muted $background
|
||||
client.unfocused $backgroundish $background $foreground
|
||||
titlebar_border_thickness 1
|
||||
|
||||
|
@ -231,7 +231,7 @@ bindsym --locked XF86AudioNext exec 'playerctl next'
|
|||
bindsym --locked XF86MonBrightnessUp exec 'brillo -A 5; brillo -O'
|
||||
bindsym --locked XF86MonBrightnessDown exec 'brillo -U 5; brillo -O'
|
||||
|
||||
default_border pixel 4
|
||||
default_border pixel 5
|
||||
smart_borders on
|
||||
smart_gaps on
|
||||
gaps inner 5
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 857c36192d9ca3443f55ea740b3112e63a0756cc
|
||||
Subproject commit de600d1ecc6d4a7ed799cd1b1c85624662075ae3
|
|
@ -45,6 +45,12 @@ local function format(file, path)
|
|||
fmt = "prettier --stdin-filepath "..file.path
|
||||
end
|
||||
|
||||
if
|
||||
win.syntax == "go"
|
||||
then
|
||||
fmt = "goimports"
|
||||
end
|
||||
|
||||
if fmt == nil or disable_formating then
|
||||
return true
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue