| index.md - sites - public wiki contents of suckless.org | |
| git clone git://git.suckless.org/sites | |
| Log | |
| Files | |
| Refs | |
| --- | |
| index.md (1496B) | |
| --- | |
| 1 UNIX Socket Control | |
| 2 ================================ | |
| 3 | |
| 4 Description | |
| 5 ----------- | |
| 6 This patch removes the built-in keybinds and instead replaces them with … | |
| 7 The idea is essentially the same as how bspwm uses bspc for controlling … | |
| 8 commands to keys. | |
| 9 | |
| 10 The UNIX socket path is `/tmp/tabbed_$WINID-socket` where `WINID` is the… | |
| 11 The protocol uses the same names and arguments as the internal functions… | |
| 12 | |
| 13 For example, to select the next tab, you would use: `printf "%s\0%s\0" "… | |
| 14 | |
| 15 I have also created two scripts to be used in conjunction with this patc… | |
| 16 The `tabc` script allows more easy access to common actions like changin… | |
| 17 For example, the above command to select the next tab using `tabc` would… | |
| 18 | |
| 19 The `bspctab` uses `tabc` to making using tabs as seamless as possible i… | |
| 20 to feel much like using tabs in i3 as that was the only feature I missed… | |
| 21 Details on how to implement `bspctab` in your `sxhkdrc` can be found alo… | |
| 22 | |
| 23 [Helper Scripts Repo](https://github.com/Jaywalker/tabbed-unix-socket-sc… | |
| 24 | |
| 25 Download | |
| 26 -------- | |
| 27 * [tabbed-unix-socket-control-20240319.diff](tabbed-unix-socket-control-… | |
| 28 | |
| 29 Authors | |
| 30 ------- | |
| 31 * Justin Williams |