dotfiles
dotfiles copied to clipboard
Disable KDE bottom panel
I'm following your advice on integrating kde plasma with i3wm
- Disable the autostart of
ksplashqml
:
sudo mv /usr/bin/ksplashqml /usr/bin/ksplashqml.old
-
Copy the file
~/.config/plasma-workspace/env/wm.sh
and add it to autostart. -
In the i3 configuration, use
wmctrl
to kill the Plasma desktop view:
https://github.com/Ynjxsjmh/dotfiles/blob/e063bc89bac3f82fa62ab6f311dff1142ebd3243/config/.config/i3/config#L254-L269
But the bottom panel of kde is still there, how do you disable it?
Right click -> More option -> Remove panel?