Skip to content

Instantly share code, notes, and snippets.

@TauPan
Created April 3, 2020 11:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TauPan/eca294ae6405ae192b332bb96731bd15 to your computer and use it in GitHub Desktop.
Save TauPan/eca294ae6405ae192b332bb96731bd15 to your computer and use it in GitHub Desktop.
starting my window manager in ~/.xsession
while true
do
if [ -r $HOME/.tmpwm ]
then
sh $HOME/.tmpwm
else
# See https://bugs.archlinux.org/task/46374#comment139060
dbus-launch $HOME/bin/qtile > $HOME/.qtile-out.log 2> $HOME/.qtile-errors.log
fi
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment