Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
11
rated 0 times [  11] [ 0]  / answers: 1 / hits: 45441  / 1 Year ago, tue, march 14, 2023, 2:27:32

I'm looking for a lightweight way to snap windows in Lubuntu. It's possible to install compiz, but doing so will make the system far less lightweight. Are there any alternatives or workarounds?


More From » lubuntu

 Answers
7

Using a lightweight window manager


You could use the lightweight compositing manager used by XFCE called xfwm4


enter image description here


This will give you basic windows snap.


N.B. if you dont like the default "change workspace when dragging a window off the screen" capability then untick the very last option shown in the picture.


Getting Tiling to work


However - if you want the "tiling-snap" of compiz you will need to get your coding-hands dirty because this is work-in-progress.


According to this article - there is a potential patch available to enable windows tiling (aka windows snap) for the xfwm4 compositing manager.


Through the following Q&A I have packaged this tiling patch into my PPA - instructions for installation can be found in the linked answer.


There is a great you-tube video showing this in action.




How to use xfwm4 in lubuntu/lxde


To use xfwm4 as your compositing manager instead of OpenBox.


In Desktop Settings - Advanced options change the window manager to xfwm4


enter image description here


Now in terminal:


cd ~/.config/lxsession
mkdir Lubuntu
cp LXDE/* Lubuntu/

Install the compositing manager:


sudo apt-get install xfwm4-themes

Logout and login for the xfwm4 compositing manager to take effect.


Change the style via xfwm4-settings


[#42459] Tuesday, March 14, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
mugustered

Total Points: 193
Total Questions: 123
Total Answers: 108

Location: Bermuda
Member since Wed, Mar 22, 2023
1 Year ago
;