-
Notifications
You must be signed in to change notification settings - Fork 177
/
oswitch.xml
28 lines (28 loc) · 1.1 KB
/
oswitch.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0"?>
<wayfire>
<plugin name="oswitch">
<_short>Output Switcher</_short>
<_long>A plugin to change the focused output.</_long>
<category>Desktop</category>
<option name="next_output" type="activator">
<_short>Next output</_short>
<_long>Moves focus to the next output with the specified activator.</_long>
<default><super> KEY_O</default>
</option>
<option name="next_output_with_win" type="activator">
<_short>Next output with window</_short>
<_long>Moves focus to the next output with the focused window with the specified activator.</_long>
<default><super> <shift> KEY_O</default>
</option>
<option name="prev_output" type="activator">
<_short>Previous output</_short>
<_long>Moves focus to the previous output with the specified activator.</_long>
<default></default>
</option>
<option name="prev_output_with_win" type="activator">
<_short>Previous output with window</_short>
<_long>Moves focus to the previous output with the focused window with the specified activator.</_long>
<default></default>
</option>
</plugin>
</wayfire>