kmfkmark.blogg.se

I3 manager
I3 manager






i3 manager i3 manager

# Create a custom desktop sessions directory $ sudo chmod 755 /usr/local/bin/startkde-i3 $ sudo chown root.staff /usr/local/bin/startkde-i3

i3 manager

$ echo -e "#!/bin/sh\n\nKDEWM=/usr/bin/i3 startkde" > /usr/local/bin/startkde-i3 I use sddm (default on Debian), so if you're using another display manager ( cat /etc/X11/default-display-manager), you'll have to look into the configuration options. # Don’t spawn an empty window for the Plasma Desktopįor_window kill, floating enable, border noneĬonfigure your display manager to add an option for Plasma + i3 Configure i3 to be Plasma-friendlyĪdd the following lines to ~/.config/i3/config: # Don’t treat Plasma pop-ups as full-sized windowsįor_window floating enable If you've already got i3 installed (I recommend i3-gaps), it basically boils down to two steps: 1) configure i3 to be Plasma-friendly, and 2) configure your display manager (login screen) to add an option for Plasma + i3. Melkor33's solution works, but it's not very clean, IMO (to revert to plain Plasma, you have to go in and edit a configuration file) I believe my approach is more "correct", even if it is a smidge more work. I just wrote a blog post to cover this topic.








I3 manager