hides menu-bar and extra window title in conversation windows
  • C 70%
  • Makefile 30%
Find a file
2026-01-05 11:06:27 +01:00
.gitignore initial commit 2021-11-15 00:52:21 +01:00
LICENSE initial commit 2021-11-15 00:52:21 +01:00
Makefile updated makefile with install targets 2026-01-05 11:06:27 +01:00
minimal_conversation.c [FIX] dont hide info pane, it caused issues and can be disabled with the option "show detailed information" 2021-12-12 08:41:11 +01:00
README.md initial commit 2021-11-15 00:52:21 +01:00

Pidgin minimal conversation

This plugin hides the extratitle thing and the menu-bar in pidgins conversation windows.

Compiling and installing the plugin

Install pre-requisite pidgin-devel and libpurple-devel packages. On Ubuntu:

sudo apt-get build-dep pidgin
sudo apt-get install pidgin-dev libpurple-dev

Compiling the plugin

make

Installing the plugin to ~/.purple/plugins/

make install

Enable plugin Minimal Conversation from Pidgin plugins list.

credits

i based this plugin on pidgin-leftify-tabs-plugin by nablaa.