Tags are not Workspaces

FAQ

  • How do I deal with multiple work streams? (e.g. three editors, three consoles, three debug windows)

Tags as Workspaces

Status Bar

#!/bin/sh
DISPLAY=:0.0 xsetroot -name "$(date '+%F %R %Z')"

Update every minute in crontab:

* * * * * ~/bin/dwmstatus.sh

Test cron command:

env -i bin/dwmstatus.sh

$[Get Code]4

Example status: 2014-05-29 11:52 BST

Links


Back to WindowManagers