mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 11:00:27 +10:00
Pushing all of my current dwm files.
This commit is contained in:
9
.dwm/autostart.sh
Executable file
9
.dwm/autostart.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#! /bin/bash
|
||||
compton --config ~/.config/compton/compton.conf &
|
||||
nitrogen --restore &
|
||||
urxvtd -q -o -f &
|
||||
|
||||
while true; do
|
||||
xsetroot -name "` date +"%b %e, %Y - %R" `"
|
||||
sleep 1m # Update time every minute
|
||||
done &
|
||||
Reference in New Issue
Block a user