Skip to content

kcm: Fix removal of Xft.dpi from Xresources

Alexander Volkov requested to merge work/fix-xrdb-remove-xft-dpi into master

'xrdb -remove' can't remove a specific entry, it removes all entries only. So query all entries, remove "Xft.dpi" from them, and replace Xresources with the result.

Merge request reports