Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 562 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 562 Bytes

Rofi plugin template

Template for creating rofi plugins.

To run this you need an up to date checkout of rofi git installed.

Run rofi like:

    rofi -show myplugin -modi myplugin 

Compilation

Dependencies

Dependency Version
rofi 1.4 (or git)

Installation

Rofi-plugin-template uses autotools as build system. If installing from git, the following steps should install it:

$ autoreconf -i
$ mkdir build
$ cd build/
$ ../configure
$ make
$ make install