make urxvtcd default autostart

Fri, 15 Nov 2019 22:36:45 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 15 Nov 2019 22:36:45 -0500
changeset 821
013f5efa8f2d
parent 820
9363e3a29dba
child 822
63a61745e560

make urxvtcd default autostart

.i3/auto-start file | annotate | diff | comparison | revisions
--- a/.i3/auto-start
+++ b/.i3/auto-start
@@ -121,6 +121,8 @@ WaitClassName()
 
 if [ -r ~/.i3/auto-start.local ]; then
   . .i3/auto-start.local
+else
+  urxvtcd
 fi
 
 exit 0

mercurial