139 lines
6.0 KiB
XML
139 lines
6.0 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<interface>
|
|
<!-- interface-name SettingsAction.ui -->
|
|
<requires lib="gtk" version="4.0"/>
|
|
<requires lib="libadwaita" version="1.6"/>
|
|
<object class="AdwPreferencesPage" id="action">
|
|
<property name="icon-name">input-mouse-symbolic</property>
|
|
<property name="title" translatable="yes">Action</property>
|
|
<child>
|
|
<object class="AdwPreferencesGroup" id="action_group_click_action">
|
|
<property name="title" translatable="yes">Click action</property>
|
|
<child>
|
|
<object class="AdwActionRow">
|
|
<property name="subtitle" translatable="yes">Behaviour when clicking on the icon of a running application.</property>
|
|
<property name="title" translatable="yes">Click action</property>
|
|
<child>
|
|
<object class="GtkButton" id="middle_click_options_button">
|
|
<property name="receives-default">True</property>
|
|
<property name="valign">center</property>
|
|
<child>
|
|
<object class="GtkImage" id="middle_click_image">
|
|
<property name="icon-name">emblem-system-symbolic</property>
|
|
</object>
|
|
</child>
|
|
<style>
|
|
<class name="circular"/>
|
|
</style>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkComboBoxText" id="click_action_combo">
|
|
<property name="valign">center</property>
|
|
<items>
|
|
<item id="CYCLE-MIN" translatable="yes">Cycle windows + minimize</item>
|
|
<item id="CYCLE" translatable="yes">Cycle through windows</item>
|
|
<item id="TOGGLE-SHOWPREVIEW" translatable="yes">Toggle single / Preview multiple</item>
|
|
<item id="TOGGLE-CYCLE" translatable="yes">Toggle single / Cycle multiple</item>
|
|
<item id="TOGGLE-SPREAD" translatable="yes">Toggle single / Spread multiple</item>
|
|
<item id="MINIMIZE" translatable="yes">Toggle windows</item>
|
|
<item id="RAISE" translatable="yes">Raise windows</item>
|
|
<item id="LAUNCH" translatable="yes">Launch new instance</item>
|
|
</items>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="AdwPreferencesGroup" id="action_group_scroll_action">
|
|
<property name="title" translatable="yes">Scroll action</property>
|
|
<child>
|
|
<object class="AdwActionRow">
|
|
<property name="subtitle" translatable="yes">Behavior when mouse scrolling over an application icon.</property>
|
|
<property name="title" translatable="yes">Scroll icon action</property>
|
|
<child>
|
|
<object class="GtkComboBoxText" id="scroll_icon_combo">
|
|
<property name="hexpand">True</property>
|
|
<property name="valign">center</property>
|
|
<items>
|
|
<item id="NOTHING" translatable="yes">Do nothing</item>
|
|
<item id="CYCLE_WINDOWS" translatable="yes">Cycle windows</item>
|
|
</items>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="AdwPreferencesGroup" id="action_group_hotkey">
|
|
<property name="title" translatable="yes">Hotkey overlay</property>
|
|
<child>
|
|
<object class="AdwActionRow">
|
|
<property name="subtitle" translatable="yes">Enable Super+(0-9) as shortcuts to activate apps. It can also be used together with Shift and Ctrl.</property>
|
|
<property name="title" translatable="yes">Use hotkeys to activate apps</property>
|
|
<child>
|
|
<object class="GtkButton" id="overlay_button">
|
|
<property name="receives-default">True</property>
|
|
<property name="valign">center</property>
|
|
<child>
|
|
<object class="GtkImage" id="image_overlay">
|
|
<property name="icon-name">emblem-system-symbolic</property>
|
|
</object>
|
|
</child>
|
|
<style>
|
|
<class name="circular"/>
|
|
</style>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkSwitch" id="hot_keys_switch">
|
|
<property name="valign">center</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="AdwPreferencesGroup" id="finetune_group_gnome">
|
|
<property name="title" translatable="yes">Gnome functionality</property>
|
|
<child>
|
|
<object class="AdwActionRow">
|
|
<property name="subtitle" translatable="yes">(overview)</property>
|
|
<property name="title" translatable="yes">Keep original gnome-shell dash</property>
|
|
<child>
|
|
<object class="GtkSwitch" id="stockgs_dash_switch">
|
|
<property name="valign">center</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="AdwActionRow">
|
|
<property name="title" translatable="yes">Keep original gnome-shell top panel</property>
|
|
<child>
|
|
<object class="GtkSwitch" id="stockgs_top_panel_switch">
|
|
<property name="valign">center</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="AdwActionRow">
|
|
<property name="title" translatable="yes">Activate panel menu buttons on click only</property>
|
|
<property name="subtitle" translatable="yes">(e.g. date menu)</property>
|
|
<child>
|
|
<object class="GtkSwitch" id="stockgs_panelbtn_switch">
|
|
<property name="valign">center</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|