2.home-manager/tests/modules/services/window-managers/labwc/rc.xml
LesVu d8263c0b84
labwc: Add module for Labwc (#6807)
Add a module for labwc compositor.
Add myself as labwc module maintainer
2025-04-16 11:15:07 -05:00

41 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- ### This file was generated with Nix. Don't modify this file directly. -->
<labwc_config>
<desktops number="10" />
<keyboard>
<default />
<keybind key="W-Return">
<action name="Execute" command="alacritty" />
</keybind>
<keybind key="W-Esc">
<action name="Execute" command="foot" />
</keybind>
<keybind key="W-1">
<action name="GoToDesktop" to="1" />
</keybind>
</keyboard>
<mouse>
<default />
<context name="Root">
<mousebind button="Right" action="Press">
<action name="ShowMenu" menu="some-custom-menu" />
</mousebind>
</context>
</mouse>
<theme>
<cornerRadius>8</cornerRadius>
<font place="" name="FiraCode" size="11" />
<name>nord</name>
</theme>
<!-- ExtraConfig -->
<tabletTool motion="absolute" relativeMotionSensitivity="1.0" />
<libinput>
<device category="default">
<naturalScroll></naturalScroll>
<leftHanded></leftHanded>
<pointerSpeed></pointerSpeed>
<accelProfile></accelProfile>
</device>
</libinput>
</labwc_config>