]> git.rmz.io Git - dotfiles.git/commitdiff
switch to urxvt
authorSamir Benmendil <samir.benmendil@gmail.com>
Sun, 16 Jun 2013 17:28:45 +0000 (19:28 +0200)
committerSamir Benmendil <samir.benmendil@gmail.com>
Sun, 16 Jun 2013 17:28:45 +0000 (19:28 +0200)
Xresources [new file with mode: 0644]
awesome/rc.lua

diff --git a/Xresources b/Xresources
new file mode 100644 (file)
index 0000000..566b7b1
--- /dev/null
@@ -0,0 +1,31 @@
+URxvt*.scrollBar: false
+
+URxvt*.depth: 32
+*background:             [75]#222222
+*foreground:             #f8f8f2
+! Black
+*color0:                 #262729
+*color8:                 #262729
+! Red
+*color1:                 #f92671
+*color9:                 #ff669d
+! Green
+*color2:                 #a6e22e
+*color10:                #beed5f
+! Yellow
+*color3:                 #fd971f
+*color11:                #e6db74
+! Blue
+*color4:                 #1692d0
+*color12:                #66d9ef
+! Magenta
+*color5:                 #9e6ffe
+*color13:                #df92f6
+! Cyan
+*color6:                 #5e7175
+*color14:                #a3babf
+! White
+*color7:                 #ffffff
+*color15:                #ffffff
+! Cursor
+*cursorColor:            #b5d2dd
index 7dd4696ea5fd38d64d82253261a6bb3be9c178c9..8879c5e7115b481371bad07913ef7554f38f40ba 100644 (file)
@@ -41,7 +41,7 @@ end
 beautiful.init("/usr/share/awesome/themes/default/theme.lua")
 
 -- This is used later as the default terminal and editor to run.
-terminal = "konsole"
+terminal = "urxvt"
 editor = os.getenv("EDITOR") or "vim"
 editor_cmd = terminal .. " -e " .. editor