master
labwc.rc.xml
1<?xml version="1.0"?>
2<labwc_config>
3
4 <libinput>
5 <device category="touch">
6 <calibrationMatrix>1.02811 0 -0.0205823 0 1.03411 -0.00426391</calibrationMatrix>
7 </device>
8 </libinput>
9
10 <core>
11 <decoration>server</decoration>
12 <gap>5</gap>
13 </core>
14
15 <keyboard>
16 <keybind key="A-W-x"><action name="GoToDesktop" to="right"/></keybind>
17
18 <keybind key="W-d">
19 <action name="Execute" command="rofi -theme config.rasi -show run" />
20 </keybind>
21
22 <keybind key="W-e">
23 <action name="Close" />
24 </keybind>
25 </keyboard>
26
27 <resize>
28 <drawContents>no</drawContents>
29 </resize>
30
31<mouse><default /><context name="Frame">
32 <mousebind button="A-Left" action="Drag">
33 <action name="Resize"/>
34 </mousebind>
35 <mousebind button="W-Right" action="Drag" />
36
37 <mousebind button="Up" action="Scroll" />
38 <mousebind button="Down" action="Scroll" />
39</context></mouse>
40
41<theme>
42 <cornerRadius>0</cornerRadius>
43 <keepBorder>no</keepBorder>
44 <dropShadows>no</dropShadows>
45 <font place="ActiveWindow"><name>Helvetica</name><size>8</size><weight>bold</weight></font>
46 <font place="InactiveWindow"><name>Helvetica</name><size>8</size></font>
47 <font place="MenuHeader"><name>Helvetica</name><size>8</size><weight>bold</weight></font>
48 <font place="MenuItem"><name>Helvetica</name><size>8</size></font>
49 <titlebar><layout>:</layout></titlebar>
50</theme>
51
52<desktops number="2"/>
53
54<theme>
55 <name>MyLabwc</name>
56</theme>
57
58</labwc_config>