From 350b13fdbb02916aebceed6f115e0b0c38672d3d Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 12 Sep 2016 14:51:07 +0200 Subject: profiles/workstation: Remove RXVT-specific options I didn't use RXVT for years now, so it doesn't make sense to set options for it here. Signed-off-by: aszlig --- modules/user/aszlig/profiles/workstation/default.nix | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/modules/user/aszlig/profiles/workstation/default.nix b/modules/user/aszlig/profiles/workstation/default.nix index b7b7eff7..51b53b24 100644 --- a/modules/user/aszlig/profiles/workstation/default.nix +++ b/modules/user/aszlig/profiles/workstation/default.nix @@ -149,17 +149,6 @@ in { displayManager.sessionCommands = '' ${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 -- cgit 1.4.1