diff options
author | lassulus <lass@blue.r> | 2018-06-27 23:44:02 +0200 |
---|---|---|
committer | lassulus <lass@blue.r> | 2018-06-27 23:44:02 +0200 |
commit | e35447e2b28cec9e72b29063f0f7569692663afd (patch) | |
tree | c6a229f1a744bb1944a83ad7c57be821603fc085 /lass/2configs/urxvt.nix | |
parent | 625aee57e71d97f6aa2fe6c02929482698307351 (diff) |
l urxvt: add font-resizing
Diffstat (limited to 'lass/2configs/urxvt.nix')
-rw-r--r-- | lass/2configs/urxvt.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lass/2configs/urxvt.nix b/lass/2configs/urxvt.nix index fc4537140..2099253c1 100644 --- a/lass/2configs/urxvt.nix +++ b/lass/2configs/urxvt.nix @@ -19,6 +19,12 @@ with import <stockholm/lib>; URxvt.keysym.M-Escape: perl:keyboard-select:activate URxvt.keysym.M-s: perl:keyboard-select:search + URxvt.keysym.M-F1: command:\033]710;-*-clean-*-*-*-*-*-*-*-*-*-*-iso10646-1\007\033]711;-*-clean-*-*-*-*-*-*-*-*-*-*-iso10646-1\007 + URxvt.keysym.M-F2: command:\033]710;xft:Monospace:size=15\007\033]711;xft:Monospace:size=15:bold\007 + URxvt.keysym.M-F3: command:\033]710;xft:Monospace:size=20\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 |