about summary refs log tree commit diff
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-09-12 14:51:07 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-09-12 14:51:07 +0200
commit350b13fdbb02916aebceed6f115e0b0c38672d3d (patch)
treeb2df66ee2775f4f96f0826a1b5329f7525e037de
parentcc2cc6e4917a32e3d373ecc561c90bac35a81c52 (diff)
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 <aszlig@redmoonstudios.org>
-rw-r--r--modules/user/aszlig/profiles/workstation/default.nix11
1 files changed, 0 insertions, 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