This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
labwc
Watch
1
Star
0
Fork
You've already forked labwc
0
mirror of
https://github.com/labwc/labwc.git
synced
2025-11-05 13:29:58 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
f0b72e3af7
labwc
/
src
/
config
/
meson.build
8 lines
102 B
Meson
Raw
Normal View
History
Unescape
Escape
Read rc.xml and begin parsing
2020-06-05 23:04:54 +01:00
labwc_sources
+
=
files
(
'rcxml.c'
,
Add keybind.c
2020-06-16 07:21:53 +01:00
'keybind.c'
,
Support ~/.config/labwc/{autostart,environment}
2020-10-08 20:50:20 +01:00
'session.c'
,
First implemenation of <mouse> in rc.xml Can successfully parse the following XML and and implement the action: <mouse> <context name="TitleBar"> <mousebind button="Left" action="DoubleClick"> <action name="ToggleMaximize"/> </mousebind> </context> </mouse> The XML parsing code for this looks A LOT different than the already existing XML parsing code. It may have to be reworked
2021-08-29 14:22:49 -04:00
'mousebind.c'
,
Complete libinput configuration
2021-10-15 10:26:00 -04:00
'libinput.c'
,
Read rc.xml and begin parsing
2020-06-05 23:04:54 +01:00
)
Reference in a new issue
Copy permalink