commit ea8458916faa1a6640ffb8681fc281ba7fc01d17 parent 549fe0e1ed621d3fd35471678a8975c2c2fd3f5a Author: tongong <tongong@gmx.net> Date: Fri, 29 Oct 2021 13:18:06 +0200 added break reminder Diffstat:
M | dwm/autostart.sh | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/dwm/autostart.sh b/dwm/autostart.sh @@ -36,4 +36,7 @@ else setxkbmap de # disable touchscreen xinput disable 9 + + # remind me to take a break + while true; do sleep 1800; notify-send " you have been sitting here for 30 minutes. maybe take a break?"; done & fi