Skip to content

LorenDB/nheko-krunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nheko-krunner

A KRunner plugin to list joined rooms and possibly other things from nheko.

This project was initially based off of the template project found here.

Build instructions

mkdir build
cd build
cmake -DKDE_INSTALL_PLUGINDIR=`kf5-config --qt-plugins` ..
make
make install
kquitapp5 krunner

However, running ./install.sh will do more or less the exact same thing with only one command.

Theoretically, KRunner will automatically relaunch itself and pick up on the new plugin.