From: Samir Benmendil Date: Sun, 12 Jan 2014 15:21:48 +0000 (+0100) Subject: add icons for urxvt X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/d3612bd508b4106ff411a135e14118200e765e5e add icons for urxvt icons taken from kAwoken icon theme --- diff --git a/Xresources b/Xresources index bdd7195..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 +! {{{1 Font URxvt.font: xft:Inconsolata:size=11 URxvt.skipBuiltinGlyphs: 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 -! }}} diff --git a/awesome/autostart.lua b/awesome/autostart.lua index bbb2d8f..02bc248 100644 --- a/awesome/autostart.lua +++ b/awesome/autostart.lua @@ -2,6 +2,6 @@ local utils = require("utils") utils.run_once("dwb") utils.run_once("dwb", "-r social --name dwb-social", "dwb-social") -utils.run_once("urxvt", "-name weechat -e weechat", "weechat") -utils.run_once("kontact") +utils.run_once("urxvtc -name weechat -icon ~/src/dotfiles/icons/im-irc.png -e weechat", nil, "weechat") +utils.run_once("urxvtc -name mutt -icon ~/src/dotfiles/icons/internet-mail.png -e mutt", nil, "mutt") utils.run_once("dropboxd") diff --git a/icons/im-irc.png b/icons/im-irc.png new file mode 100644 index 0000000..7ad7a45 Binary files /dev/null and b/icons/im-irc.png differ diff --git a/icons/internet-mail.png b/icons/internet-mail.png new file mode 100644 index 0000000..edbba53 Binary files /dev/null and b/icons/internet-mail.png differ diff --git a/icons/shell.png b/icons/shell.png new file mode 100644 index 0000000..0f5390c Binary files /dev/null and b/icons/shell.png differ