diff options
author | Vitor Gonçalves <vitorg@tilde.team> | 2024-01-24 00:10:38 -0300 |
---|---|---|
committer | Vitor Gonçalves <vitorg@tilde.team> | 2024-01-24 00:10:38 -0300 |
commit | 9d2d778f4f6fc334878001e7ab70308cdd7663ce (patch) | |
tree | 8fc2aea7278a230ca5a77e3990afb13f9959cc26 | |
parent | b08a8c1314ef05c5c2ddd892c81656fcf0ca42e7 (diff) | |
download | dots-9d2d778f4f6fc334878001e7ab70308cdd7663ce.tar.gz |
dwm autostart script
-rwxr-xr-x | .local/share/dwm/autostart.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.local/share/dwm/autostart.sh b/.local/share/dwm/autostart.sh new file mode 100755 index 0000000..9ad39cb --- /dev/null +++ b/.local/share/dwm/autostart.sh @@ -0,0 +1,5 @@ +#!/bin/sh +xwallpaper --maximize "/usr/share/wallpapers/arch-gruvbox-dark.png" & +cromite --no-startup-window & +picom --backend glx & +slstatus & |