devconf/desktop/.xsession
2023-11-12 19:23:55 +01:00

6 lines
293 B
Bash

#!/usr/bin/env bash
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"