Simple GTK Logout Menu
Features:
- Window positioning
- Grid, single row and single column layouts
- Custom icon size
- Toggleable icons and text
- Set custom commands
- Custom CSS
- GTK 3
- GTK Layer Shell (if building for Wayland)
- SGXPos (if building for X11)
makeYou can also build only one backend:
-
For X11 only:
make X11=1
-
For Wayland only:
make WAYLAND=1
-
Without libs
make LIBS_NOLIBS=1
Note
Without libs, window position settings are naturally unavailable.
sudo make install