File: window-rules.xml

package info (click to toggle)
wayfire 0.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,764 kB
  • sloc: cpp: 52,464; xml: 2,987; ansic: 699; makefile: 161
file content (16 lines) | stat: -rw-r--r-- 557 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0"?>
<wayfire>
	<plugin name="window-rules">
		<_short>Window Rules</_short>
		<_long>A plugin to apply specific commands to windows by using various criteria.</_long>
		<category>Window Management</category>
		<option name="rules" type="dynamic-list" type-hint="plain">
			<_short>Window rules</_short>
			<_long>Apply specific commands to windows by using various criteria</_long>
			<entry prefix="" type="string">
				<_short>Rule</_short>
				<_long>Defines the rule to be applied</_long>
			</entry>
		</option>
	</plugin>
</wayfire>