| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358 |
- <?xml version="1.0" encoding="UTF-8"?>
- <interface domain="grimble@lmt.github.io">
- <object class="AdwPreferencesPage" id="general">
- <property name="title" translatable="yes"
- comments="Translators: This is the name of a tab in the prefs window">General</property>
- <property name="icon-name">view-app-grid-symbolic</property>
- <!-- ======================================================================================== -->
- <!-- = Group: General ======================================================================= -->
- <!-- ======================================================================================== -->
- <child>
- <object class="AdwPreferencesGroup">
- <property name="title" translatable="yes"
- comments="Translators: This is the header for a preference group in the 'General' tab">Appearance</property>
- <!-- <child>
- <object class="AdwSwitchRow" id="header_bar">
- <property name="title" translatable="yes" comments="Translators: This is the name of setting to
- enable/disable window header bar in the 'General' tab">Hide window header bar</property>
- </object>
- </child> -->
- <child>
- <object class="AdwSpinRow" id="tile_padding">
- <property name="title" translatable="yes"
- comments="Translators: This is the name of setting to set tile padding in the 'General' tab">Tile padding</property>
- <property name="adjustment">
- <object class="GtkAdjustment">
- <property name="upper">30</property>
- <property name="step-increment">1</property>
- <property name="page-increment">2</property>
- </object>
- </property>
- </object>
- </child>
- </object>
- </child>
- <child>
- <object class="AdwPreferencesGroup">
- <property name="title" translatable="yes"
- comments="Translators: This is the header for the insertion group in the 'General' tab">Search bar position</property>
- <child>
- <object class="AdwActionRow" id="search_entry_left">
- <property name="title" translatable="yes"
- comments="Translators: This setting is under the preference group 'Tile insertion' in the 'General' tab">Left</property>
- <property name="activatable-widget">search_bar_position</property>
- <child type="prefix">
- <object class="GtkCheckButton" id="search_bar_position" />
- </child>
- </object>
- </child>
- <child>
- <object class="AdwActionRow" id="search_entry_center">
- <property name="title" translatable="yes"
- comments="Translators: This setting is under the preference group 'Tile insertion' in the 'General' tab">Center</property>
- <property name="activatable-widget">search_entry_center_button</property>
- <child type="prefix">
- <object class="GtkCheckButton" id="search_entry_center_button">
- <property name="group">search_bar_position</property>
- </object>
- </child>
- </object>
- </child>
- <child>
- <object class="AdwActionRow" id="search_entry_right">
- <property name="title" translatable="yes"
- comments="Translators: This setting is under the preference group 'Tile insertion' in the 'General' tab">Right</property>
- <property name="activatable-widget">search_entry_right_button</property>
- <child type="prefix">
- <object class="GtkCheckButton" id="search_entry_right_button">
- <property name="group">search_bar_position</property>
- </object>
- </child>
- </object>
- </child>
- </object>
- </child>
-
- <child>
- <object class="AdwPreferencesGroup">
- <property name="title" translatable="yes" comments="Translators: This is the header for the insertion group in the 'General' tab">Multiple monitors</property>
- <property name="description" translatable="yes" comments="Translators: This is the explanation for the preference group 'Multiple monitors' in the 'General' tab">Defines tile insertion behavior while using multiple monitors.</property>
- <child>
- <object class="AdwActionRow" id="monitors_best_fit_row">
- <property name="title" translatable="yes" comments="Translators: This setting is under the preference group 'Multiple monitors' in the 'General' tab">Best fit</property>
- <property name="subtitle" translatable="yes" comments="Translators: This is an explanation for the 'Best fit' option for the 'Multiple monitors' in the 'General' tab">Selects the least filled monitor.</property>
- <property name="activatable-widget">monitors_best_fit_button</property>
- <child type="prefix">
- <object class="GtkCheckButton" id="monitors_best_fit_button"/>
- </child>
- </object>
- </child>
- <child>
- <object class="AdwActionRow" id="monitors_focus_row">
- <property name="title" translatable="yes" comments="Translators: This setting is under the preference group 'Multiple monitors' in the 'General' tab">Focus</property>
- <property name="subtitle" translatable="yes" comments="Translators: This is an explanation for the 'Focus' option for the 'Multiple monitors' in the 'General' tab">Selects the focused monitor.</property>
- <property name="activatable-widget">monitors_focus_button</property>
- <child type="prefix">
- <object class="GtkCheckButton" id="monitors_focus_button">
- <property name="group">monitors_best_fit_button</property>
- </object>
- </child>
- </object>
- </child>
- </object>
- </child>
- <child>
- <object class="AdwPreferencesGroup">
- <property name="title" translatable="yes" comments="Translators: This is the header for the fullscreen group in the 'General' tab">Fullscreen behavior</property>
- <property name="description" translatable="yes" comments="Translators: This is the explanation for the preference group 'Fullscreen behavior' in the 'General' tab">You can either stay in fullscreen when switching between two windows (default) or quit the fullscreen mode.</property>
- <child>
- <object class="AdwActionRow" id="keep_fullscreen">
- <property name="title" translatable="yes" comments="Translators: This setting is under the preference group 'Multiple monitors' in the 'General' tab">Keep fullscreen</property>
- <property name="activatable-widget">fullscreen_keep_button</property>
- <child type="prefix">
- <object class="GtkCheckButton" id="fullscreen_keep_button"/>
- </child>
- </object>
- </child>
- <child>
- <object class="AdwActionRow" id="quit_fullscreen">
- <property name="title" translatable="yes" comments="Translators: This setting is under the preference group 'Multiple monitors' in the 'General' tab">Quit fullscreen</property>
- <property name="activatable-widget">fullscreen_quit_button</property>
- <child type="prefix">
- <object class="GtkCheckButton" id="fullscreen_quit_button">
- <property name="group">fullscreen_keep_button</property>
- </object>
- </child>
- </object>
- </child>
- </object>
- </child>
- </object>
- <!-- ======================================================================================== -->
- <!-- = Page: Keybindings ==================================================================== -->
- <!-- ======================================================================================== -->
- <object class="AdwPreferencesPage" id="keybindings">
- <property name="title" translatable="yes"
- comments="Translators: This is the name of a tab in the prefs window">Keybindings</property>
- <property name="icon-name">preferences-desktop-keyboard-symbolic</property>
- <!-- ======================================================================================== -->
- <!-- = Group: General ======================================================================= -->
- <!-- ======================================================================================== -->
- <child>
- <object class="AdwPreferencesGroup">
- <child>
- <object class="AdwComboRow" id="keybinding_config">
- <property name="title" translatable="yes">Configuration</property>
- <property name="model">
- <object class="GtkStringList">
- <items>
- <item translatable="yes">None</item>
- <item translatable="yes">i3</item>
- <item translatable="yes">Grimble</item>
- <item translatable="yes">Custom</item>
- </items>
- </object>
- </property>
- </object>
- </child>
- </object>
- </child>
- <child>
- <object class="AdwPreferencesGroup">
- <property name="title" translatable="yes"
- comments="Translators: This is a header for a preference group in the 'Keybindings' tab">General</property>
- <child>
- <object class="ShortcutListener" id="keybinding_close">
- <property name="title" translatable="yes"
- comments="Translators: This is a keybinding in the 'General' preference group in the 'Keybindings' tab that set shortcut to close tile">Close tile</property>
- </object>
- </child>
- <child>
- <object class="ShortcutListener" id="keybinding_search">
- <property name="title" translatable="yes"
- comments="Translators: This is a keybinding in the 'General' preference group in the 'Keybindings' tab that set shortcut to open search bar">Search bar</property>
- </object>
- </child>
- <child>
- <object class="ShortcutListener" id="keybinding_open_settings">
- <property name="title" translatable="yes"
- comments="Translators: This is a keybinding in the 'General' preference group in the 'Keybindings' tab that set shortcut to open settings">Grimble settings</property>
- </object>
- </child>
- <child>
- <object class="ShortcutListener" id="keybinding_maximize">
- <property name="title" translatable="yes"
- comments="Translators: This is a keybinding in the 'General' preference group in the 'Keybindings' tab that set shortcut to maximize">Maximize tile</property>
- </object>
- </child>
- </object>
- </child>
- <child>
- <object class="AdwPreferencesGroup">
- <property name="title" translatable="yes"
- comments="Translators: This is a header for a preference group in the 'Keybindings' tab">Tile Focus</property>
- <child>
- <object class="ShortcutListener" id="keybinding_focus">
- <property name="title" translatable="yes"
- comments="Translators: This is a keybinding in the 'General' preference group in the 'Keybindings' tab that set shortcut change focus">Change focus</property>
- <property name="subtitle" translatable="yes" comments="Translators: This is the explanation for the keybinding 'Move tile' in the 'Tile movement' preference group in the 'Keybindings' tab">Press this shortcut, then use directional arrows to change the focus. Press `Escape` to abort.</property>
- </object>
- </child>
- <child>
- <object class="ShortcutListener" id="keybinding_focus_left">
- <property name="title" translatable="yes"
- comments="Translators: This is a keybinding in the 'General' preference group in the 'Keybindings' tab that set shortcut change focus left">Focus left</property>
- </object>
- </child>
- <child>
- <object class="ShortcutListener" id="keybinding_focus_right">
- <property name="title" translatable="yes"
- comments="Translators: This is a keybinding in the 'General' preference group in the 'Keybindings' tab that set shortcut change focus right">Focus right</property>
- </object>
- </child>
- <child>
- <object class="ShortcutListener" id="keybinding_focus_top">
- <property name="title" translatable="yes"
- comments="Translators: This is a keybinding in the 'General' preference group in the 'Keybindings' tab that set shortcut change focus top">Focus Up</property>
- </object>
- </child>
- <child>
- <object class="ShortcutListener" id="keybinding_focus_bottom">
- <property name="title" translatable="yes"
- comments="Translators: This is a keybinding in the 'General' preference group in the 'Keybindings' tab that set shortcut change focus bottom">Focus Down</property>
- </object>
- </child>
- </object>
- </child>
- <!-- Tile movement -->
- <child>
- <object class="AdwPreferencesGroup">
- <property name="title" translatable="yes"
- comments="Translators: This is a header for a preference group in the 'Keybindings' tab">Tile movement</property>
- <child>
- <object class="ShortcutListener" id="keybinding_move">
- <property name="title" translatable="yes"
- comments="Translators: This is a keybinding in the 'General' preference group in the 'Keybindings' tab that set shortcut move tile">Move tile</property>
- <property name="subtitle" translatable="yes" comments="Translators: This is the explanation for the keybinding 'Move tile' in the 'Tile movement' preference group in the 'Keybindings' tab">Press this shortcut, then use a directional arrow to move a tile. Press `Escape` to abort.</property>
- </object>
- </child>
- <child>
- <object class="ShortcutListener" id="keybinding_move_left">
- <property name="title" translatable="yes"
- comments="Translators: This is a keybinding in the 'General' preference group in the 'Keybindings' tab that set shortcut to move left">Move Left</property>
- </object>
- </child>
- <child>
- <object class="ShortcutListener" id="keybinding_move_right">
- <property name="title" translatable="yes"
- comments="Translators: This is a keybinding in the 'General' preference group in the 'Keybindings' tab that set shortcut to move right">Move Right</property>
- </object>
- </child>
- <child>
- <object class="ShortcutListener" id="keybinding_move_top">
- <property name="title" translatable="yes"
- comments="Translators: This is a keybinding in the 'General' preference group in the 'Keybindings' tab that set shortcut to move top">Move Up</property>
- </object>
- </child>
- <child>
- <object class="ShortcutListener" id="keybinding_move_bottom">
- <property name="title" translatable="yes"
- comments="Translators: This is a keybinding in the 'General' preference group in the 'Keybindings' tab that set shortcut to move bottom">Move Down</property>
- </object>
- </child>
- <child>
- <object class="ShortcutListener" id="keybinding_rotation">
- <property name="title" translatable="yes"
- comments="Translators: This is a keybinding in the 'General' preference group in the 'Keybindings' tab that set shortcut tile rotation">Tile Rotation</property>
- </object>
- </child>
- <child>
- <object class="ShortcutListener" id="keybinding_next_workspace">
- <property name="title" translatable="yes"
- comments="Translators: This is a keybinding in the 'General' preference group in the 'Keybindings' tab that set shortcut tile rotation">Switch to next workspace</property>
- </object>
- </child>
- <child>
- <object class="ShortcutListener" id="keybinding_previous_workspace">
- <property name="title" translatable="yes"
- comments="Translators: This is a keybinding in the 'General' preference group in the 'Keybindings' tab that set shortcut tile rotation">Switch to previous workspace</property>
- </object>
- </child>
- </object>
- </child>
- <!-- Tile resizing -->
- <child>
- <object class="AdwPreferencesGroup">
- <property name="title" translatable="yes"
- comments="Translators: This is a header for a preference group in the 'Keybindings' tab">Tile resizing</property>
- <child>
- <object class="ShortcutListener" id="keybinding_resize">
- <property name="title" translatable="yes"
- comments="Translators: This is a keybinding in the 'General' preference group in the 'Keybindings' tab that set shortcut tile resizing">Resize tile</property>
- <property name="subtitle" translatable="yes" comments="Translators: This is the explanation for the keybinding 'Move tile' in the 'Tile movement' preference group in the 'Keybindings' tab">Press this shortcut, then use directional arrows to resize a tile. Press `Escape` to abort.</property>
- </object>
- </child>
- <child>
- <object class="ShortcutListener" id="keybinding_resize_left">
- <property name="title" translatable="yes"
- comments="Translators: This is a keybinding in the 'General' preference group in the 'Keybindings' tab that set shortcut to move left">Resize Left</property>
- </object>
- </child>
- <child>
- <object class="ShortcutListener" id="keybinding_resize_right">
- <property name="title" translatable="yes"
- comments="Translators: This is a keybinding in the 'General' preference group in the 'Keybindings' tab that set shortcut to move right">Resize Right</property>
- </object>
- </child>
- <child>
- <object class="ShortcutListener" id="keybinding_resize_top">
- <property name="title" translatable="yes"
- comments="Translators: This is a keybinding in the 'General' preference group in the 'Keybindings' tab that set shortcut to move top">Resize Top</property>
- </object>
- </child>
- <child>
- <object class="ShortcutListener" id="keybinding_resize_bottom">
- <property name="title" translatable="yes"
- comments="Translators: This is a keybinding in the 'General' preference group in the 'Keybindings' tab that set shortcut to move bottom">Resize Bottom</property>
- </object>
- </child>
- </object>
- </child>
- <!-- Multiple monitors bindings -->
- <child>
- <object class="AdwPreferencesGroup">
- <property name="title" translatable="yes"
- comments="Translators: This is a header for a preference group in the 'Keybindings' tab">Multiple monitors</property>
- <property name="description" translatable="yes"
- comments="Translators: This is a header for a preference group in the 'Keybindings' tab">Keybindings related to multiple monitors actions.</property>
- <child>
- <object class="ShortcutListener" id="keybinding_next_monitor">
- <property name="title" translatable="yes"
- comments="Translators: This is a keybinding in the 'General' preference group in the 'Keybindings' tab that set shortcut to move bottom">Move tile to next monitor</property>
- </object>
- </child>
- </object>
- </child>
- </object>
- </interface>
|