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
|
.. _phoc.gsettings(5):
==============
phoc.gsettings
==============
----------------------
Gsettings used by phoc
----------------------
DESCRIPTION
-----------
Phoc uses gsettings for most of its configuration. You can use the ``gsettings(1)`` command
to change them or to get details about the option. To get more details about an option use
`gsettings describe`, e.g.:
::
gsettings describe sm.puri.phoc auto-maximize
These are the currently used gsettings schema and keys:
GSettings
~~~~~~~~~
These gsettings are used by ``phoc``:
- `sm.puri.phoc`
- `automaximize`
- `scale-to-fit`
- Animations: `org.gnome.desktop.interface`
- `enable-animations`
- Touchscreen: `org.gnome.desktop.peripherals.touchscreen`
- Pointer: `org.gnome.desktop.peripherals.mouse`
- `middle-click-emulation`
- `natural-scroll`
- `speed`
- Touchpad: `org.gnome.desktop.peripherals.touchpad`
- `disable-while-typing`
- `edge-scrolling-enabled`
- `left-handed`
- `middle-click-emulation`
- `speed`
- `tan-and-drag-lock`
- `tap-and-drag`
- `tap-to-click`
- `two-finger-scrolling-enabled`
- Keybindings: `org.gnome.desktop.wm.keybindings`
- `always-on-top`
- `close`
- `cycle-windows-backward`
- `cycle-windows-backward`
- `cycle-windows`
- `maximize`
- `move-monitor-up`, `move-monitor-down`, `move-monitor-left`, `move-monitor-right`,
- `move-to-corner-ne`, `move-to-corner-nw`, `move-to-corner-se`, `move-to-corner-sw`
- `switch-applications-backward`
- `switch-applications`
- `switch-input-source`
- `switch-to-workspace-left`, `switch-to-workspace-right`
- `switch-to-workspace-1`, `switch-to-workspace-2`, …, `switch-to-workspace-6`
- `toggle-fullscreen`
- `toggle-maximzed`
- `toggle-tiled-left`
- `toggle-tiled-right`
- `unmaximize`
- `org.gnome.desktop.wm.preferences`
- `num-workspaces`
See also
--------
``phoc(1)`` ``phoc.ini(5)`` ``gsettings(1)``
|