44b2b1e493
This reverts commit 3676b8dcc9d33155881085ebff6073c372dcd0c9, reversing changes made to 125533b36bd009b23f659a54d486d73d29081b4f.
4 lines
No EOL
267 B
Bash
Executable file
4 lines
No EOL
267 B
Bash
Executable file
#!/bin/sh
|
|
if ! `kreadconfig --file kwinrc --group Windows --key DelayFocus --default false` && [ `kreadconfig --file kwinrc --group Windows --key DelayFocusInterval --default 0` != 0 ]; then
|
|
kwriteconfig --file kwinrc --group Windows --key DelayFocusInterval 0
|
|
fi |