Commit f7a5acd03997

Vincent Demeester <vincent@sbr.pm>
2018-09-07 14:05:59
Some slight change of font in i3
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 00400af
Changed files (1)
i3.nix
@@ -4,7 +4,7 @@
   xsession.windowManager.i3 = {
     enable = true;
     config = {
-      fonts = [ "Ubuntu Mono 10" ];
+      fonts = ["Fira Code 10"];
       focus = {
         followMouse = false;
       };
@@ -14,7 +14,7 @@
         hideEdgeBorders = "both";
       };
       keybindings = {
-        "Mod4+Return" = "exec alacritty"; # TODO: use i3-sensible-terminal instead
+        "Mod4+Return" = "exec alacritty";
         "Mod4+Shift+F11" = "exec 'autorandr -c'";
       };
       keycodebindings = {
@@ -61,6 +61,7 @@
         mode = "hide";
         position = "bottom";
         statusCommand = "${pkgs.i3status}/bin/i3status";
+        # fonts = ["Fira Code 10"];
         colors = {
           background = "#073642";
           statusline = "#eee8d5";