initial commit

This commit is contained in:
2025-11-12 23:55:09 -05:00
parent 82d889d6cc
commit 32bc654fc5
13 changed files with 1468 additions and 176 deletions

9
scripts/autostart.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
sh $HOME/.screenlayout/default.sh
picom --daemon --config $HOME/.config/qtile/scripts/picom.conf &
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
/usr/bin/wired &
eval $(gnome-keyring-daemon --start)
nm-applet &