diff options
author | tv <tv@krebsco.de> | 2019-04-25 00:13:47 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2019-04-25 00:14:31 +0200 |
commit | 070464b4ef9f51d19276a468c655439b2b5af330 (patch) | |
tree | 97d04147f934758b6e66cc53a474731f6107bad4 /tv/2configs/xserver | |
parent | 71ed9c9730e8a711418b11b052ec9bbf867f1074 (diff) |
tv Xresources: simplify URxvt*charClass
Diffstat (limited to 'tv/2configs/xserver')
-rw-r--r-- | tv/2configs/xserver/Xresources.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/xserver/Xresources.nix b/tv/2configs/xserver/Xresources.nix index 84b37f672..4d2520ced 100644 --- a/tv/2configs/xserver/Xresources.nix +++ b/tv/2configs/xserver/Xresources.nix @@ -14,7 +14,7 @@ with import <stockholm/lib>; "URxvt*cursorBlink" = "off"; "URxvt*jumpScroll" = "true"; "URxvt*allowSendEvents" = "false"; - "URxvt*charClass" = "33:48,37:48,45-47:48,64:48,38:48,61:48,63:48"; + "URxvt*charClass" = "33:48,37-38:48,45-47:48,61:48,63-64:48"; "URxvt*cutNewline" = "False"; "URxvt*cutToBeginningOfLine" = "False"; |