switch to dwm, see my fork
This commit is contained in:
parent
22a66fbf8b
commit
787da75f87
3 changed files with 18 additions and 2 deletions
1
local/bin/.gitignore
vendored
1
local/bin/.gitignore
vendored
|
@ -3,3 +3,4 @@
|
|||
ctags
|
||||
readtags
|
||||
html2text
|
||||
dwm
|
||||
|
|
6
local/bin/dwmdb
Executable file
6
local/bin/dwmdb
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
while checksum=$(sha1sum $(which dwm)) && [ "$checksum" != "$prev_checksum" ]
|
||||
do
|
||||
prev_checksum="$checksum"
|
||||
dwm
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue