This commit is contained in:
Dorian
2021-11-07 20:43:37 -05:00
commit e3f931815a
39 changed files with 3313 additions and 0 deletions

10
.local/bin/startup Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
exec sudo timedatectl set-ntp true &
exec xset s off &
exec xset -dpms &
# exec xcompmgr &
exec xwallpaper --center files/pics/autumn-8q-1366x768.jpg &
exec /usr/bin/unclutter &
exec /usr/bin/xcompmgr &
exec /usr/bin/dunst &