An open API service indexing awesome lists of open source software.

https://github.com/nothub/xfwm4-gaps

xfwm4 with gaps
https://github.com/nothub/xfwm4-gaps

debian ubuntu xfce

Last synced: 3 months ago
JSON representation

xfwm4 with gaps

Awesome Lists containing this project

README

          

This builds xfwm4 .deb packages with a [gaps patch by Joel Carnat](https://gitlab.xfce.org/xfce/xfwm4/-/issues/707).

---

Install .deb package:
```
sudo apt install --reinstall ./xfwm4_*_amd64.deb
```

---

The patch adds 3 options:
- `gaps_inner` (`int`)
- `gaps_outer` (`int`)
- `tile_ratio` (`int`)

Change them in xfce4-settings-editor or with:
```
xfconf-query -c xfwm4 -p /general/gaps_inner -s 8
xfconf-query -c xfwm4 -p /general/gaps_inner -s 16
xfconf-query -c xfwm4 -p /general/tile_ratio -s 67
```