1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-13 12:31:07 +01:00
home-manager/tests/modules/services/labwc/rc.xml
Austin Horstman 06c1392ca8 tests: implement auto importing for modules
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-06-22 23:58:37 -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>