-
Notifications
You must be signed in to change notification settings - Fork 2
/
prefs.ui
124 lines (124 loc) · 4.86 KB
/
prefs.ui
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<?xml version="1.0" encoding="UTF-8"?>
<interface domain="auto-activities">
<object class="AdwPreferencesPage" id="MainWidget">
<property name="title" translatable="yes">Preferences</property>
<child>
<object class="AdwPreferencesGroup">
<property name="title" translatable="yes">General</property>
<child>
<object class="AdwActionRow">
<property name="title" translatable="yes">Detect Hidden Windows</property>
<property name="activatable-widget">MinimizedSwitch</property>
<child>
<object class="GtkSwitch" id="MinimizedSwitch">
<property name="valign">center</property>
<property name="active">True</property>
</object>
</child>
</object>
</child>
<child>
<object class="AdwActionRow">
<property name="title" translatable="yes">Always Hide on New Window</property>
<property name="activatable-widget">HideOnNewWindowSwitch</property>
<child>
<object class="GtkSwitch" id="HideOnNewWindowSwitch">
<property name="valign">center</property>
<property name="active">True</property>
</object>
</child>
</object>
</child>
<child>
<object class="AdwSpinRow">
<property name="title" translatable="yes">Window Checking Delay</property>
<property name="subtitle" translatable="yes">milliseconds</property>
<property name="adjustment">
<object class="GtkAdjustment" id="CheckingDelayEntry">
<property name="lower">0</property>
<property name="upper">10000</property>
<property name="value">0</property>
<property name="page-increment">10</property>
<property name="step-increment">10</property>
</object>
</property>
</object>
</child>
</object>
</child>
<child>
<object class="AdwPreferencesGroup">
<child>
<object class="AdwActionRow">
<property name="title" translatable="yes">Show App Grid Instead of Overview</property>
<property name="activatable-widget">ShowAppsSwitch</property>
<child>
<object class="GtkSwitch" id="ShowAppsSwitch">
<property name="valign">center</property>
<property name="active">True</property>
</object>
</child>
</object>
</child>
</object>
</child>
<child>
<object class="AdwPreferencesGroup">
<property name="title" translatable="yes">Isolate</property>
<child>
<object class="AdwActionRow">
<property name="title" translatable="yes">Workspaces</property>
<property name="activatable-widget">IsolateWorkspacesSwitch</property>
<child>
<object class="GtkSwitch" id="IsolateWorkspacesSwitch">
<property name="valign">center</property>
<property name="active">True</property>
</object>
</child>
</object>
</child>
<child>
<object class="AdwActionRow">
<property name="title" translatable="yes">Monitors</property>
<property name="activatable-widget">IsolateMonitorsSwitch</property>
<child>
<object class="GtkSwitch" id="IsolateMonitorsSwitch">
<property name="valign">center</property>
<property name="active">True</property>
</object>
</child>
</object>
</child>
</object>
</child>
<child>
<object class="AdwPreferencesGroup">
<property name="title" translatable="yes">Ignore</property>
<child>
<object class="AdwActionRow">
<property name="title" translatable="yes">Taskbar Window</property>
<property name="activatable-widget">SkipTaskbarSwitch</property>
<child>
<object class="GtkSwitch" id="SkipTaskbarSwitch">
<property name="valign">center</property>
<property name="active">True</property>
</object>
</child>
</object>
</child>
<child>
<object class="AdwActionRow">
<property name="title" translatable="yes">Last Workspace</property>
<property name="activatable-widget">SkipLastWorkspaceSwitch</property>
<child>
<object class="GtkSwitch" id="SkipLastWorkspaceSwitch">
<property name="valign">center</property>
<property name="active">True</property>
</object>
</child>
</object>
</child>
</object>
</child>
</object>
</interface>