meow is an expansion of TinyWM that adds workspaces, keybinds and some misc ease of life functionality.
Usage:
- Mouse hover window to raise and set focus
Mod+Enter: New terminalMod+d: dmenu_runMod+q: Kill applicationMod+Button1, drag: interactive window moveMod+Button3, drag: interactive window resizeMod+Shift+0: Assign window to all workspacesMod+1: Switch to workspace 1Mod+2: Switch to workspace 2Mod+Shift+1: Assign window to workspace 1Mod+Shift+2: Assign window to workspace 2
Development:
Xephyr :2 &
p=$!
make
DISPLAY=:2 ./meow
kill $p