From 4978173275114be5aac76f3298917eed2248a124 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 13 Oct 2014 19:29:51 +0200 Subject: common-workstation: Add default X resource config. Signed-off-by: aszlig --- common-workstation.nix | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/common-workstation.nix b/common-workstation.nix index b5f3eff6..5d5f9f73 100644 --- a/common-workstation.nix +++ b/common-workstation.nix @@ -69,6 +69,27 @@ displayManager.sessionCommands = '' ${pkgs.redshift}/bin/redshift -l 48.428404:10.866007 & + ${pkgs.xorg.xrdb}/bin/xrdb "${pkgs.writeText "xrdb.config" '' + Rxvt*font: vga + Rxvt*background: black + Rxvt*foreground: grey + Rxvt*scrollBar: false + Rxvt*saveLines: 2000 + + Rxvt*keysym.Home: \033[1~ + Rxvt*keysym.End: \033[4~ + + Rxvt*urgentOnBell: true + + XTerm*font: vga + XTerm*saveLines: 10000 + XTerm*bellIsUrgent: true + XTerm*background: black + XTerm*foreground: grey + + XTerm*backarrowKeyIsErase: true + XTerm*ptyInitialErase: true + ''}" ''; desktopManager.default = "none"; -- cgit 1.4.1