Compare commits

..

No commits in common. "bf64f3c9f11f6d4b83b09e45273897b3b41ae206" and "48331f34ed47da003407178c3f10e409715bd685" have entirely different histories.

3 changed files with 4 additions and 10 deletions

View file

@ -207,8 +207,8 @@ bar {
} }
} }
client.focused $subtle $subtle $background client.focused $accent $accent $background
client.focused_inactive $muted $muted $background client.focused_inactive $backgroundish $backgroundish $foreground
client.unfocused $backgroundish $background $foreground client.unfocused $backgroundish $background $foreground
titlebar_border_thickness 1 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 XF86MonBrightnessUp exec 'brillo -A 5; brillo -O'
bindsym --locked XF86MonBrightnessDown exec 'brillo -U 5; brillo -O' bindsym --locked XF86MonBrightnessDown exec 'brillo -U 5; brillo -O'
default_border pixel 5 default_border pixel 4
smart_borders on smart_borders on
smart_gaps on smart_gaps on
gaps inner 5 gaps inner 5

@ -1 +1 @@
Subproject commit de600d1ecc6d4a7ed799cd1b1c85624662075ae3 Subproject commit 857c36192d9ca3443f55ea740b3112e63a0756cc

View file

@ -45,12 +45,6 @@ local function format(file, path)
fmt = "prettier --stdin-filepath "..file.path fmt = "prettier --stdin-filepath "..file.path
end end
if
win.syntax == "go"
then
fmt = "goimports"
end
if fmt == nil or disable_formating then if fmt == nil or disable_formating then
return true return true
end end