X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/8308ffb485b90d3467f1c0df05ae199f82a8cbc6..dbb5ec76ee755f6281551355fa8d4360147eebee:/Xresources diff --git a/Xresources b/Xresources index 87fa239..85684fb 100644 --- a/Xresources +++ b/Xresources @@ -1,48 +1,41 @@ -! {{{ Title +! {{{1 Title URxvt*title: urxvt URxvt*termName: rxvt-256color URxvt*urgentOnBell: true -URxvt*iconFile: /usr/share/icons/hicolor/scalable/apps/yakuake.svgz -! }}} +URxvt*iconFile: /home/ramsi/src/dotfiles/icons/shell.png -! {{{ Font -URxvt.font: xft:Inconsolata-g:size=11 +! {{{1 Font +URxvt.font: xft:Inconsolata:size=11 URxvt.skipBuiltinGlyphs: true -Urxvt.xftAntialias: true -! }}} +Xft.antialias: true -! {{{ Scrolling +! {{{1 Scrolling URxvt*.scrollBar: false URxvt.saveLines: 10000 URxvt.scrollTtyOutput: false URxvt.scrollTtyKeypress: true URxvt.scrollWithBuffer: true -! }}} ! disable Ctrl+Shift UTF8 hex URxvt.iso14755: false URxvt.iso14755_52: false -! {{{ Perl extensions +! {{{1 Perl extensions URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select -! {{{ url-select +! {{{2 url-select URxvt.keysym.1-u: perl:url-select:select_next URxvt.url-select.button: 1 URxvt.url-select.launcher: mimeo URxvt.url-select.underline: true -! }}} -! {{{ keyboard-select +! {{{2 keyboard-select URxvt.keysym.1-Escape: perl:keyboard-select:activate URxvt.keysym.1-s: perl:keyboard-select:search -! }}} -! {{{ clipboard +! {{{2 clipboard URxvt.keysym.C-C: perl:clipboard:copy URxvt.keysym.C-V: perl:clipboard:paste URxvt.keysym.C-A-V: perl:clipboard:paste_escaped -! }}} -! }}} -! {{{ Colours +! {{{1 Colours URxvt*.depth: 32 URxvt*.background: [75]#222222 URxvt*.foreground: #f8f8f2 @@ -72,4 +65,3 @@ URxvt*.color7: #ffffff URxvt*.color15: #ffffff ! Cursor URxvt*.cursorColor: #b5d2dd -! }}}