Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itszariep/sgxpos
Simple GTK X11 Positioning library
https://github.com/itszariep/sgxpos
gtk-layer-shell gtk3 x11
Last synced: 24 days ago
JSON representation
Simple GTK X11 Positioning library
- Host: GitHub
- URL: https://github.com/itszariep/sgxpos
- Owner: ItsZariep
- License: gpl-3.0
- Created: 2024-09-09T05:56:20.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T06:07:58.000Z (4 months ago)
- Last Synced: 2024-12-25T19:00:56.672Z (26 days ago)
- Topics: gtk-layer-shell, gtk3, x11
- Language: C
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SGXPos
Simple GTK3 X11 Positioning LibraryThis library aims to provide a simple way to position GTK3 windows in an X11 environment.
## Usage
See the wiki for detailed information.## Why?
This project is mainly focused on providing a similar implementation to GTK Layer Shell, but only with a focus on positioning windows.I wanted to achieve Wayland compatibility in a project, but I didn't want to heavily extend the codebase. Therefore, having a library that mimics another library makes the codebase more maintainable.
## GTK Layer Shell Compatibility
This project includes some definitions to call functions similar to those in gtk-layer-shell, but not every function is available. This compatibility is nearly incomplete, and I will only focus on what I need.Therefore, GTK4 support is also not available, as I don't use that version of GTK.
If you are interested in contributing by adding functions to this library, feel free to open a pull request.