Tags are not Workspaces
- dwm tags are not workspaces
- Swap key shortcuts.
- Tag windows as net, work, dev, doc, net, etc.
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
Example status: 2014-05-29 11:52 BST
Links
Back to WindowManagers