diff --git a/README.md b/README.md new file mode 100644 index 0000000..620307f --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# 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 +``` +Restart KWin after changing the configuration.