1
0
Fork 0
This commit is contained in:
Malte Brandy 2019-12-09 16:40:43 +01:00
parent 36616febe2
commit 77260154c0
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -160,7 +160,7 @@ in {
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 xrdb -load ${builtins.toFile "Xresources" "Xft.dpi: 96"}
exec ${pkgs.xorg.xrdb}/bin/xrdb ${builtins.toFile "Xresources" "Xft.dpi: 96"}
'';
in bindingsConfig + modlessBindingsConfig + colorConfig + barsConfig);
}