tv bash: use XMONAD_SPAWN_WORKSPACE when SHLVL=1

This commit is contained in:
tv 2018-10-03 22:23:31 +02:00
parent ba5e2081cd
commit 0a65f69db3
1 changed files with 7 additions and 5 deletions

View File

@ -33,11 +33,13 @@ with import <stockholm/lib>;
PS1="ssh-agent[$SSH_AGENT_PID] $PS1"
fi
case ''${XMONAD_SPAWN_WORKSPACE-} in
stockholm)
cd ~/stockholm
;;
esac
if test ''${SHLVL-1} = 1; then
case ''${XMONAD_SPAWN_WORKSPACE-} in
stockholm)
cd ~/stockholm
;;
esac
fi
'';
};
}