taj-ny / kwin-gestures

Custom touchpad gestures for KDE Plasma 6
GNU General Public License v3.0
15 stars 1 forks source link

Volume control example is inconsistent/Doesn't work #16

Closed Damglador closed 1 month ago

Damglador commented 1 month ago

I did cmake uninstall, deleted cloned repo, ran

git clone https://github.com/taj-ny/kwin-gestures
cd kwin-gestures
mkdir build
cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
make
sudo make install

Plugin installed, I turned it on, cleared my config (tho it worked and didn't break, just to make testing clear), ran qdbus org.kde.KWin /Effects org.kde.kwin.Effects.reconfigureEffect kwin_gestures and tried gestures. A demonstration is in video below.

https://github.com/user-attachments/assets/392afe77-5510-43f8-af83-6af3f109ce89

taj-ny commented 1 month ago

You need to restart Plasma after updating the plugin, I forgot to mention that.

Damglador commented 1 month ago

You need to restart Plasma after updating the plugin, I forgot to mention that.

Yup, that was the issue. I'll go remake my config now