Skip to content

davatorium/rofi-plugin-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published