mirror of
https://gitlab.com/arnekeller/kwin-toggle-window.git
synced 2024-11-09 10:00:37 +00:00
Add readme
This commit is contained in:
parent
dfef4894e6
commit
79e140857e
12
README.md
Normal file
12
README.md
Normal file
@ -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 <window title>
|
||||||
|
```
|
||||||
|
Restart KWin after changing the configuration.
|
Loading…
Reference in New Issue
Block a user