Skip to content
This repository has been archived by the owner on Nov 9, 2019. It is now read-only.

KWin effect that animates the disappearing of windows

License

Notifications You must be signed in to change notification settings

zzag/kwin-effects-disappear3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slow motion

"Disappear 3" is a KWin effect that animates the disappearing of windows.

Installation

Arch Linux

For Arch Linux kwin-effects-disappear3 is available in the AUR.

Fedora

sudo dnf copr enable zzag/kwin-effects
sudo dnf refresh
sudo dnf install kwin-effects-disappear3

Ubuntu

sudo add-apt-repository ppa:vladzzag/kwin-effects
sudo apt install libkwin4-effect-disappear3

Build from source

Prerequisites

  • Arch Linux
    sudo pacman -S cmake extra-cmake-modules kwin
  • Fedora
    sudo dnf install cmake extra-cmake-modules kf5-kconfig-devel kf5-kcoreaddons-devel kf5-kwindowsystem-devel kwin-devel qt5-qtbase-devel
  • Ubuntu
    sudo apt install cmake extra-cmake-modules kwin-dev libkf5config-dev libkf5coreaddons-dev libkf5windowsystem-dev qtbase5-dev

Build

git clone https://github.com/zzag/kwin-effects-disappear3.git
cd kwin-effects-disappear3
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
sudo make install

About

KWin effect that animates the disappearing of windows

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published