From 7faaaab0af1e30bdfb72eca02abdfe92efefe4e0 Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 7 May 2020 23:55:51 +0200 Subject: profiles/workstation: Set XTerm colours to 256 So far I've been fine with just everything using 16 colours, but since I'm even using 256 colours in my own ASCII art spriting engine I think I can safely enter the 90ies and get some more colours. Of course, the XTerm version I'm using is already supporting 256 colors, it's just that the terminfo entry doesn't say so. Signed-off-by: aszlig --- modules/user/aszlig/profiles/workstation/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/user/aszlig/profiles/workstation/default.nix b/modules/user/aszlig/profiles/workstation/default.nix index bbbbf919..862962db 100644 --- a/modules/user/aszlig/profiles/workstation/default.nix +++ b/modules/user/aszlig/profiles/workstation/default.nix @@ -162,6 +162,7 @@ in { displayManager.defaultSession = "none+i3"; displayManager.sessionCommands = '' ${pkgs.xorg.xrdb}/bin/xrdb "${pkgs.writeText "xrdb.config" '' + XTerm*termName: xterm-256color XTerm*font: vga XTerm*saveLines: 10000 XTerm*bellIsUrgent: true -- cgit 1.4.1