dwm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 6104ef98c10181281d5be69f3d3242ca173b7def
parent 24133fbad75d1761b9af766f35f34e3144207210
Author: Harridrone <harrison_k_a@hotmail.com>
Date:   Mon, 22 Feb 2021 17:53:17 -0500

added sample .xinitrc for posterity

Diffstat:
A.xinitrc-example | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/.xinitrc-example b/.xinitrc-example @@ -0,0 +1,6 @@ + while xsetroot -name "`date` `uptime | sed 's/.*,//'`" + do + sleep 1 + done & + xset s off -dpms + exec dwm