Search Criteria
Package Details: tabbed 0.9-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/tabbed.git (read-only, click to copy) |
|---|---|
| Package Base: | tabbed |
| Description: | simple generic tabbed frontend to xembed-aware applications |
| Upstream URL: | https://tools.suckless.org/tabbed |
| Keywords: | st suckless |
| Licenses: | custom:MIT/X |
| Submitter: | vaygr |
| Maintainer: | axml |
| Last Packager: | axml |
| Votes: | 3 |
| Popularity: | 0.90 |
| First Submitted: | 2023-09-02 16:10 (UTC) |
| Last Updated: | 2025-08-14 14:52 (UTC) |
Dependencies (2)
- libx11 (libx11-gitAUR)
- libxft (libxft-gitAUR)
Required by (3)
- bsptab-git
- surf (optional)
- surf-git (optional)
Latest Comments
SpicerXD commented on 2025-03-12 03:35 (UTC)
Not sure if this is intentional. But src/config.h gets verified as a source file and if edited will cause building to fail due to checksum.
culyun commented on 2024-03-04 21:30 (UTC)
tabbed seems to eat Ctrl-U, which interferes with standard vim / nvim keybindings.
I fixed it in a local build with the following patch:
commit 2baa45a7248697879700001d470a87893a1ebccb Author: Steve Simpson ssimpson64@gmail.com Date: Tue Mar 5 10:11:09 2024 +1300
diff --git a/config.h b/config.h index defa426..55655a7 100644 --- a/config.h +++ b/config.h @@ -59,8 +59,5 @@ static Key keys[] = {
};