Simple 2D grid pager for openbox in GTK using Xlib
Find a file
2026-01-07 13:53:05 +01:00
gridger.py fix debug 2026-01-07 13:53:05 +01:00
gridger.toml [window] settings applicable for specific windows 2026-01-05 15:37:17 +01:00
README.md added readme 2026-01-04 15:20:20 +01:00
screenshot.png added readme 2026-01-04 15:20:20 +01:00
showgridger added signal script 2026-01-04 15:23:50 +01:00

Gridger

Gridger is a simple 2D grid pager for OpenBox window manager.

Screenshot

Install

Copy gridger.py and showgridger script into your path and make them executable

cp gridger.py showgridger /usr/local/bin
chmod a+x /usr/local/bin/gridger.py /usr/local/bin/showgridger

Add gridger.py into openbox autostart (.config/openbox/autostart). Edit your openboxx config .config/openbox/rc.xml such that for every action GoToDesktop or SendToDesktop you also call showgridger

<action name="Execute">
  <command>showgridger</command>
</action>

Configuration

Copy the default configuration file into ~/.config/

cp gridger.toml ~/.config/

And edit it to your needs.