Go to file
2024-06-04 19:18:04 +02:00
contents/code Fix bug where window isn't focused 2024-06-04 19:18:04 +02:00
LICENSE Add LICENSE 2021-05-16 13:11:10 +00:00
metadata.json Fix bug where window isn't focused 2024-06-04 19:18:04 +02:00
README.md Add readme 2021-05-16 14:55:30 +02:00

kwin-toggle-window

Simple script to toggle the visibility of a window by (un-)minimizing it.
The relevant window is selected by searching for a specific prefix (default: Alacritty).

Configuration

The window name can be changed like this:

kwriteconfig5 --file ~/.config/kwinrc --group Script-togglewindow --key WindowName <window title>

Restart KWin after changing the configuration.