diff options
author | Karel Kočí <cynerd@email.cz> | 2017-05-15 17:18:48 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-05-15 17:18:48 +0200 |
commit | 0fd1e7fb15200894b5dd5c4834a23881a5f7685d (patch) | |
tree | 873584ca77e26d938546d6dffaa43ad14dbe4ece /Xresources | |
parent | b9820980c82d068d663e1f1cd9ab4cc77956d15b (diff) | |
download | myconfigs-0fd1e7fb15200894b5dd5c4834a23881a5f7685d.tar.gz myconfigs-0fd1e7fb15200894b5dd5c4834a23881a5f7685d.tar.bz2 myconfigs-0fd1e7fb15200894b5dd5c4834a23881a5f7685d.zip |
Change gtk icon and font theme
Diffstat (limited to 'Xresources')
-rw-r--r-- | Xresources | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -41,9 +41,10 @@ URxvt*secondaryScreen: 1 URxvt*secondaryScroll: 0 ! Font URxvt*font: xft:mono:size=10 -URxvt*perl-ext-common: default,clipboard,font-size -URxvt*resize-font*smaller: C-Down -URxvt*resize-font*bigger: C-Up +URxvt.letterSpace: -1 +URxvt*perl-ext-common: default,clipboard,font-size +URxvt.keysym.C-Up: font-size:increase +URxvt.keysym.C-Down: font-size:decrease URxvt*iso14755: False URxvt*keysym*Shift-Control-C: perl:clipboard:copy |