devconf/.xsession

7 lines
293 B
Text
Raw Normal View History

#!/usr/bin/env bash
2021-08-06 09:33:14 +00:00
autorandr -c
if (xrdb -query | grep -q "^awesome\\.started:\\s*true$"); then exit; fi
xrdb -merge <<< "awesome.started:true"
picom -b --config $HOME/.config/picom.conf
dex-autostart --environment Awesome --autostart --search-paths "$HOME/.config/autostart:$HOME/autostart"