# HG changeset patch # User Meredith Howard # Date 1573875405 18000 # Node ID 013f5efa8f2ddacbd7d9abb4bde366a2fcaf9d61 # Parent 9363e3a29dba7d28b90edac1a897c7389746b649 make urxvtcd default autostart diff --git a/.i3/auto-start b/.i3/auto-start --- 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