Initial Commit

This commit is contained in:
2024-03-17 14:39:54 +10:00
commit 8143be717c
92 changed files with 6040 additions and 0 deletions

13
config/awesome/autostart.sh Executable file
View File

@ -0,0 +1,13 @@
#!/usr/bin/env bash
function run {
if ! pgrep -f $1 ;
then
$@&
fi
}
run /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
run nm-applet
run parcellite
#run picom --config $HOME/.config/picom/picom.conf