1
0
Fork 0

Fix typos in sway config

This commit is contained in:
Malte Brandy 2019-12-16 14:58:04 +01:00
parent 0c9ca1f6c5
commit e4b6d04cff
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -158,13 +158,13 @@ in {
}
}
exec ${pkgs.mako}/bin/mako --background-color ${colors.background}cc --text-color ${colors.foreground} --border-size 0
exec ${pkgs.mako}/bin/mako --background-color "${colors.background}cc" --text-color "${colors.foreground}" --border-size 0
exec ${my-pkgs.my-ssh-add}/bin/my-ssh-add
exec ${pkgs.xorg.xrdb}/bin/xrdb ${
builtins.toFile "Xresources" "Xft.dpi: 96"
}
exec ${pkgs.systemd}/bin/systemctl --user set-environment SWAYSOCK="$SWAYSOCK"
exec ${pkgs.sway}/bin/swayidle -w before-sleep '$lock'
exec ${pkgs.swayidle}/bin/swayidle -w before-sleep '$lock'
'';
in bindingsConfig + modlessBindingsConfig + colorConfig + barsConfig);
}