about summary refs log tree commit diff stats
path: root/config.arg.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-02-21 13:24:37 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-02-21 13:24:37 +0100
commit7ae0c198b36d638a0c787709efcc50fdf6d117ea (patch)
treee55aa11b0de6ce138b71e8dfb0a2236045695a4e /config.arg.h
parentdc6623728d1383bf4f04dc3fc6c210490ebb30aa (diff)
downloaddwm-7ae0c198b36d638a0c787709efcc50fdf6d117ea.tar.gz
switching to urxvtcd for the moment (the uxterm flicker makes me headaches, st is really highest prio now)
Diffstat (limited to 'config.arg.h')
-rw-r--r--config.arg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.arg.h b/config.arg.h
index 11e7eee..abd8756 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -42,7 +42,7 @@ static Layout layout[] = { \
 static Key key[] = { \
 	/* modifier			key		function	argument */ \
 	{ MODKEY|ShiftMask,		XK_Return,	spawn, \
-		{ .cmd = "exec uxterm -bg '#222' -fg '#eee' -cr '#eee' +sb -fn '"FONT"'" } }, \
+		{ .cmd = "exec urxvtcd -tr -bg '#222' -fg '#eee' -cr '#eee' +sb -fn '"FONT"'" } }, \
 	{ MODKEY,			XK_p,		spawn, \
 		{ .cmd = "exe=\"$(lsx `echo $PATH | sed 's/:/ /g'` | sort -u " \
 			" | dmenu -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"' " \
n154' href='#n154'>154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226