Difference between revisions of "LXQt with kwin"
From Manjaro
Views
Actions
Namespaces
Variants
Tools
(put a reference to lxqt global shortcuts main article) Tags: Mobile web edit Mobile edit |
m (added languages and translate tags) |
||
Line 1: | Line 1: | ||
<languages/> | |||
__TOC__ | __TOC__ | ||
<translate> | |||
== Installation == | == Installation == | ||
{{BoxSuccess|tip|KWinFT (KWin Fast-Track) is a drop-in replacement for KWin. It is provided in the AUR helping with the transition from X11 to Wayland.}} | {{BoxSuccess|tip|KWinFT (KWin Fast-Track) is a drop-in replacement for KWin. It is provided in the AUR helping with the transition from X11 to Wayland.}} | ||
Line 33: | Line 34: | ||
Search for the shortcut of choice and edit it. Alternatives are separated by comma (e.g. '''Alt+Tab,Alt+Tab,…'''). | Search for the shortcut of choice and edit it. Alternatives are separated by comma (e.g. '''Alt+Tab,Alt+Tab,…'''). | ||
{{BoxInfo|tip|Changes become effective on next login. (log out/in for testing)}} | {{BoxInfo|tip|Changes become effective on next login. (log out/in for testing)}} | ||
</translate> | |||
<!--Category or categories should have a translation extension below example--> | <!--Category or categories should have a translation extension below example--> | ||
[[Category: | [[Category:Contents Page{{#translation:}}]] | ||
[[Category:Editions{{#translation:}}]] |
Revision as of 17:48, 7 September 2021
Installation
If you like to try KWinFT replace the kwin package name in the command below this line with kwinft.
user $ pamac install kwin systemsettings
Optional: Remove OpenBox
If you had openbox installed, it can now be safely removed:
user $ pamac remove openbox
(this will also remove obconf and any other dependencies)
As kwin comes with a builtin compositor you may want to remove compton/picom:
user $ pamac remove compton picom
(this will also remove compton-conf and any other dependencies)
Configuration
- Open LXQt Session Settings
- Select kwin_x11 as window manager
<Screenshot TBD>
Logout or reboot and enjoy LXQt with kwin!
Global Keyboard Shortcuts
All kwin shortcuts are managed in ~/.config/kglobalshortcutsrc.
Search for the shortcut of choice and edit it. Alternatives are separated by comma (e.g. Alt+Tab,Alt+Tab,…).