dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 58858548d62ccc69d83227be09de828a62821ec4
parent 67ccd74cf03dbb1ccd6f59918d7480841d3bb04b
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri, 17 Apr 2020 22:52:35 +0200

Remove dwmstatus as spoon(1) is much faster

Diffstat:
D.local/bin/dwmstatus | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/.local/bin/dwmstatus b/.local/bin/dwmstatus @@ -1,5 +0,0 @@ -#!/bin/sh -while true; do - xsetroot -name "$(sysstatus)" - sleep 5 -done