chore: sync local state after restore (push updates, no pull)
Add compiled binaries
add custom config
Kris's build of tabbed -- a generic tabbed interface for X11 from suckless.org.
tabbed is a simple container that manages X windows as tabs. It is commonly used with surf (tabbed browsing) and st (tabbed terminals).
# Tabbed surf browser
tabbed -c surf -e
# Tabbed terminal
tabbed -c st -w
| Key | Action |
|---|---|
| Ctrl+Shift+Return | New tab |
| Ctrl+Shift+h/l | Rotate tabs |
| Ctrl+Shift+j/k | Move tab |
| Ctrl+Tab | Next tab |
| Ctrl+1-9 | Jump to tab |
| Ctrl+q | Close tab |
| F11 | Fullscreen |
Edit config.h for colors, fonts, tab width, and keybindings. Rebuild after changes.
Xlib header files.
make clean install