twm-utils is a simple program to improve twm (Tom's window manager) including move to workspaces with mouse scrolling and keybinding. It's also possible to move window into another workspace.
twm-utils dosn't add new fitures to twm. This is just simple program that allows you to manage windows and move between workspaces by taking advantage of vdesk and xdotool.
Before you install twm-utils, you need to install vdesk and xdotool on your system. On Debian run:
sudo apt install vdesk xdotool
Then clone this repository on your directory, and open it:
git clone https://github.com/diws1/twm-utils
cd twm-utils/
Run the installation:
make
sudo make install