Suppose I run
to make a change to ~/.config/kwinrc, how do I make that change take effect in the current session? With a simpler window manager such as Openbox, I've used openbox --reconfigure.
I found
kwin_x11 --replace & disown
from https://unix.stackexchange.com/quest...asmas-launcher
and
qdbus org.kde.KWin /KWin reconfigure
from https://forum.manjaro.org/t/howto-us...s-on-kde/67650
Code:
kwriteconfig5 --file ~/.config/kwinrc --group ModifierOnlyShortcuts --key KEYNAME "CommandHere"
I found
kwin_x11 --replace & disown
from https://unix.stackexchange.com/quest...asmas-launcher
and
qdbus org.kde.KWin /KWin reconfigure
from https://forum.manjaro.org/t/howto-us...s-on-kde/67650