christopherkobayashi / xfce4-hotcorner-plugin

Xfce4 HotCorner Panel Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xfce4 HotCorner Panel Plugin

Introduction

This Xfce4 panel implements screen hot corner actions.

This functionality was used historically by AfterDark (and workalikes) to invoke the screensaver by moving the mouse pointer to the designated screen corner.

The HotCorner panel plugin supports the following operations on the primary display:

  • xfdashboard
  • toggle desktop view (via libwnck)
  • start screensaver (via "xset s activate")
  • turn off monitor (via "xset dpms force off")
  • run a custom command

Screenshot

Screenshot

Build requirements

  • libgtk+-3
  • libwnck >= 3.14.0
  • xfce4-panel >= 4.12.0
  • libnotify

Installation from source

./configure --prefix=/usr
make && make install

Distro packages

  • Arch Linux (AUR): yay -S xfce4-hotcorner-plugin

Credits

xfce4-hotcorner-plugin was originally written by Brian Hsu (brianhsu.hsu@gmail.com)

It is currently maintained by Christopher Kobayashi (software+github@disavowed.jp)

License

Licensed under GNU GPL v2 or (at your option) any later version.

About

Xfce4 HotCorner Panel Plugin

License:GNU General Public License v2.0


Languages

Language:Shell 81.1%Language:Makefile 13.8%Language:C 5.0%