Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 2535

Raspberry Pi OS • labwc Multiple desktops

$
0
0
I know this is not "officially supported" but multiple desktops/workspaces is supported by labwc. The basic configuration to enable them and add keybindings is shown in the example below, which should be put in ~.config/labwc/rc.xml. Note this directory doesn't exist by default so you may have to create it.

Code:

<?xml version="1.0"?><!-- Example of multiple desktops/workspaces Switching left/right is done using Ctrl+Windows+ left/right cursor keys--><labwc_config>   <desktops>    <popupTime>1000</popupTime>    <names>      <name>Desktop 1</name>      <name>Desktop 2</name>      <name>Desktop 3</name>      <name>Desktop 4</name>    </names>  </desktops>  <keyboard>    <keybind key="W-C-Left">      <action name="GoToDesktop" to="left" />    </keybind>    <keybind key="W-C-Right">      <action name="GoToDesktop" to="right" />    </keybind>  </keyboard></labwc_config>
labwc config reference: https://github.com/labwc/labwc/blob/mas ... rc.xml.all

Once you have created the file, run this command to make it take effect:

Code:

labwc --reconfigure
If anyone can find a way to define a keybinding to move a window from one screen to another in labwc I'd be grateful.

Statistics: Posted by redlegjed — Sat Nov 02, 2024 8:08 pm



Viewing all articles
Browse latest Browse all 2535

Trending Articles