diff options
author | Karel Kočí <karel.koci@nic.cz> | 2017-04-07 14:56:22 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2017-04-07 14:56:22 +0200 |
commit | a793b23435567f2d4f49846196ceebcc47cd764c (patch) | |
tree | 5f542d40b11c55ff851724cbab21c27ba7a8ff0d /Xresources | |
parent | 6384224250a62e8b1ea913934db5dbae536ce153 (diff) | |
download | myconfigs-a793b23435567f2d4f49846196ceebcc47cd764c.tar.gz myconfigs-a793b23435567f2d4f49846196ceebcc47cd764c.tar.bz2 myconfigs-a793b23435567f2d4f49846196ceebcc47cd764c.zip |
Remove stuff not needed on server
Diffstat (limited to 'Xresources')
-rw-r--r-- | Xresources | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/Xresources b/Xresources deleted file mode 100644 index f769302..0000000 --- a/Xresources +++ /dev/null @@ -1,52 +0,0 @@ -Xcursor.size: 8 -! XTerm ## -XTerm*metaSendsEscape: true -XTerm*locale: true -Xterm*saveLines: 4096 -XTerm*reverseVideo: on -Xterm*faceName: Liberation Mono:size=10:antialias=true -Xterm*borderWidth: 0 -! unicode rxvt ## -URxvt*background: black -URxvt*foreground: white -URxvt*color0: black -URxvt*color1: red3 -URxvt*color2: green3 -URxvt*color3: yellow3 -URxvt*color4: blue2 -URxvt*color5: magenta3 -URxvt*color6: cyan3 -URxvt*color7: gray90 -URxvt*color8: grey50 -URxvt*color9: red -URxvt*color10: green -URxvt*color11: yellow -!URxvt*color12: blue -URxvt*color12: rgb:5c/5c/ff -URxvt*color13: magenta -URxvt*color14: cyan -URxvt*color15: white -URxvt*saveLines: 4096 -! scrollbar style - rxvt (default), plain (most compact), next, or xterm -!URxvt.scrollstyle: plain -URxvt.scrollBar: false -! do not scroll with output -URxvt*scrollTtyOutput: false -! scroll in relation to buffer (with mouse scroll or Shift+Page Up) -URxvt*scrollWithBuffer: true -! scroll back to the bottom on keypress -URxvt*scrollTtyKeypress: true -! Disable scrollback for secondary screens -URxvt*secondaryScreen: 1 -URxvt*secondaryScroll: 0 -! Font -URxvt*font: xft:mono:size=10 -URxvt*perl-ext-common: default,clipboard,vtwheel,resize-font -URxvt*resize-font*smaller: C-Down -URxvt*resize-font*bigger: C-Up - -URxvt*iso14755: False -URxvt*keysym*Shift-Control-C: perl:clipboard:copy -URxvt*keysym*Shift-Control-V: perl:clipboard:paste -URxvt*clipboard*copycmd: xsel -ib -URxvt*clipboard*pastecmd: xsel -ob |