diff options
author | tv <tv@krebsco.de> | 2019-04-25 00:15:06 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2019-04-25 00:15:06 +0200 |
commit | 4e096de5fc0516d3660b617f4c06a92831cdbd70 (patch) | |
tree | 7efd1b9d1d5b721da36bc5212f27bc639cda5ea6 /tv | |
parent | 070464b4ef9f51d19276a468c655439b2b5af330 (diff) |
tv Xresources: URxvt*modifier = mod1
Diffstat (limited to 'tv')
-rw-r--r-- | tv/2configs/xserver/Xresources.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/2configs/xserver/Xresources.nix b/tv/2configs/xserver/Xresources.nix index 4d2520ced..b6c43b71b 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"; |