diff options
author | lassulus <git@lassul.us> | 2023-09-07 12:26:31 +0200 |
---|---|---|
committer | lassulus <git@lassul.us> | 2023-09-07 13:50:26 +0200 |
commit | f55307fd73af235069744dd5155fda0bc73fe613 (patch) | |
tree | f048d7750a50e48493505a08784c96d07d291f89 /lass/2configs/urxvt.nix | |
parent | 85ae348bf3f53125c8281669a32bf007dc0063be (diff) |
lass: migrate away
Diffstat (limited to 'lass/2configs/urxvt.nix')
-rw-r--r-- | lass/2configs/urxvt.nix | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/lass/2configs/urxvt.nix b/lass/2configs/urxvt.nix deleted file mode 100644 index 7dd59e0c3..000000000 --- a/lass/2configs/urxvt.nix +++ /dev/null @@ -1,37 +0,0 @@ -{ config, pkgs, ... }: -with import <stockholm/lib>; - -{ - services.urxvtd.enable = true; - - krebs.xresources.resources.urxvt = '' - URxvt.saveLines: 10000 - URxvt.scrollBar: false - URxvt.urgentOnBell: true - URxvt.perl-ext: default,matcher - - URxvt.url-launcher: /run/current-system/sw/bin/browser-select - URxvt.matcher.pattern.1: \\bwww\\.[\\w-]+\\.[\\w./?&@#-]*[\\w/-] - - URxvt.keysym.M-Escape: perl:keyboard-select:activate - URxvt.keysym.M-s: perl:keyboard-select:search - URxvt.keysym.M-u: matcher:select - URxvt.keysym.M-i: matcher:list - - URxvt.keysym.M-F1: command:\033]710;${config.lass.fonts.regular}\007\033]711;${config.lass.fonts.bold}\007 - URxvt.keysym.M-F2: command:\033]710;xft:Monospace:size=12\007\033]711;xft:Monospace:size=15:bold\007 - URxvt.keysym.M-F3: command:\033]710;xft:Monospace:size=18\007\033]711;xft:Monospace:size=20:bold\007 - URxvt.keysym.M-F4: command:\033]710;xft:Monospace:size=25\007\033]711;xft:Monospace:size=25:bold\007 - URxvt.keysym.M-F5: command:\033]710;xft:Monospace:size=30\007\033]711;xft:Monospace:size=30:bold\007 - - URxvt.intensityStyles: false - - URxvt*background: #000000 - URxvt*foreground: #ffffff - - !change unreadable blue - URxvt*color4: #268bd2 - - URxvt*color0: #232342 - ''; -} |