~kris/suckless

tabbed

Generic tabbed interface for X11 from suckless
14be8a27 — Kris Yotam a month ago
chore: sync local state after restore (push updates, no pull)
7ce352c1 — Kris Yotam 5 months ago
Add compiled binaries
7327b1a0 — Kris Yotam 5 months ago
add custom config

refs

main
browse  log 

clone

read-only
https://git.krisyotam.com/~kris/tabbed
read/write
git@git.krisyotam.com:~kris/tabbed

You can also use your local clone with git send-email.

#tabbed

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).

#Usage

# Tabbed surf browser
tabbed -c surf -e

# Tabbed terminal
tabbed -c st -w

#Keybindings

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

#Configuration

Edit config.h for colors, fonts, tab width, and keybindings. Rebuild after changes.

#Requirements

Xlib header files.

#Installation

make clean install