summaryrefslogtreecommitdiffstats
path: root/tv/2configs
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2019-04-25 00:15:06 +0200
committertv <tv@krebsco.de>2019-04-25 00:15:06 +0200
commitb94aa28af6ddc3ac1be820d0bf0a1c7ae886f4d9 (patch)
treeac53f64a569c3a07e50f18fd8f757ecd799df97a /tv/2configs
parentba8d8cf1fe49d6ecc213d6a5a673edad476352fd (diff)
tv Xresources: URxvt*modifier = mod1
Diffstat (limited to 'tv/2configs')
-rw-r--r--tv/2configs/xserver/Xresources.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/2configs/xserver/Xresources.nix b/tv/2configs/xserver/Xresources.nix
index 4d2520c..b6c43b7 100644
--- a/tv/2configs/xserver/Xresources.nix
+++ b/tv/2configs/xserver/Xresources.nix
@@ -45,6 +45,7 @@ with import <stockholm/lib>;
"URxvt*colorUL" = "#4682B4";
"URxvt.perl-lib" = "${pkgs.urxvt_perls}/lib/urxvt/perl";
"URxvt*saveLines" = "10000";
+ "URxvt*modifier" = "mod1";
"root-urxvt*background" = "#230000";
"root-urxvt*foreground" = "#e0c0c0";