suckless/dwm/dwm-loop

6 lines
67 B
Bash

#!/usr/bin/env bash
while true
do
/usr/bin/dwm 2> /dev/null
done