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
- Host: GitHub
- URL: https://github.com/nothub/xfwm4-gaps
- Owner: nothub
- Created: 2024-11-29T15:08:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-08T13:29:16.000Z (over 1 year ago)
- Last Synced: 2025-02-04T15:23:23.705Z (over 1 year ago)
- Topics: debian, ubuntu, xfce
- Language: Shell
- Homepage:
- Size: 34.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```