avivace/dotfiles

Disable KDE bottom panel

Ynjxsjmh opened this issue · 1 comments

I'm following your advice on integrating kde plasma with i3wm

  1. Disable the autostart of ksplashqml:
sudo mv /usr/bin/ksplashqml /usr/bin/ksplashqml.old
  1. Copy the file ~/.config/plasma-workspace/env/wm.sh and add it to autostart.

  2. 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?

image

Right click -> More option -> Remove panel?