Simple 2D grid pager for openbox in GTK using Xlib
| gridger.py | ||
| gridger.toml | ||
| README.md | ||
| screenshot.png | ||
| showgridger | ||
Gridger
Gridger is a simple 2D grid pager for OpenBox window manager.
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.
