https://github.com/regolith-linux/i3-gaps-wm-deprecated
i3-gaps with Debian packaging distinct from the upstream version, i3.
https://github.com/regolith-linux/i3-gaps-wm-deprecated
Last synced: about 1 year ago
JSON representation
i3-gaps with Debian packaging distinct from the upstream version, i3.
- Host: GitHub
- URL: https://github.com/regolith-linux/i3-gaps-wm-deprecated
- Owner: regolith-linux
- License: bsd-3-clause
- Created: 2020-11-26T22:35:37.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-08T22:47:53.000Z (almost 5 years ago)
- Last Synced: 2025-04-19T15:59:42.402Z (about 1 year ago)
- Language: C
- Size: 12.6 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## i3-gaps
This repository is a snapshot of [i3-gaps](https://github.com/Airblader/i3) `4.19.1` release with the following changes:
* Provide a unique Debian package identity (`i3-gaps-wm`) over the upstream project, [i3-wm](https://github.com/i3/i3).
* Breaking the Xsession files into a distinct package (`i3-gaps-session`), so that they can be selectively installed. Installing the package `i3-gaps` will install everything. Installing `i3-gaps-wm` will install the window manager but not the Xsession files.
Please see the [i3-gaps](https://github.com/Airblader/i3) and [i3-wm](https://github.com/i3/i3) projects for all other details.
#### How to Install
Builds of this package are available from the Regolith PPA for Ubuntu `Bionic`, `Focal`, and `Groovy`. Despite being hosted in the Regolith PPA, there is nothing specific or custom for Regolith and this build of i3-gaps can be considered "vanilla". To install into Ubuntu:
```bash
$ sudo add-apt-repository ppa:regolith-linux/unstable
$ sudo apt install i3-gaps
```
#### How to Build
To build this package locally, ensure that the Debian packaging tools and `gbp` are installed. Then invoke `gbp buildpackage` to generate Debian packages. Example:
```bash
$ git clone git@github.com:regolith-linux/i3-gaps.git && cd i3-gaps
$ gbp buildpackage --git-debian-branch=main
$ ls -haltr /tmp/debian-pkg-builds/
```
#### Known Issues
* Manpage generation is not working.