ReazerDev / kwin-autosuspend

Automatically suspend kwin when some application is fullscreen and focused

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kwin-autosuspend

This code attempts to workaround the removed kwin's fullscreen unredirect functionality.

It is modified gist from here: https://gist.github.com/Sporif/8f472bc603dac7564fa12ee0a1091498

Credit where credit is due

Make sure to disable "allow apps to block compositing" in plasma settings.

Installation

  1. Run ./install.sh as your user (without sudo)
  2. Script should be started automatically, but you can check with systemctl --user status kwin-autosuspend

Uninstallation

  1. Run ./uninstall.sh as your user (without sudo)

About

Automatically suspend kwin when some application is fullscreen and focused


Languages

Language:Shell 100.0%