Skip to content
Snippets Groups Projects

Draft: Lomiri Support

Closed Imported Administrator requested to merge lomiri into master
1 file
+ 159
0
Compare changes
  • Side-by-side
  • Inline
+ 159
0
- name: Lomiri
weight: 10
sections:
- name: Launcher
weight: 10
settings:
- name: Autohide launcher
help: Hide the launcher on the home screen
type: boolean
backend: gsettings
key: org.lomiri.Shell.autohide-launcher
- name: Launcher drag
help: 4 finger swipe from left to right will reveal launcher
type: boolean
backend: gsettings
key: org.lomiri.Shell.Gestures.launcher-drag
- name: Double click activate
help: Icons have to be clicked twice to launch
type: boolean
backend: gsettings
key: org.lomiri.Shell.double-click-activate
- name: Edge sensitivity
help: Sensitivity of gestures
type: boolean
backend: gsettings
key: org.lomiri.Shell.edge-barrier-sensitivity
###
### Requires uint but number passes int
###
# - name: Launcher width
# help: Width of the launcher in all usage modes
# type: choice
# gtype: number
# backend: gsettings
# key: com.lomiri.Shell.launcher-width
# map:
# Six: 6
# Seven: 7
# Eight: 8
# Nine: 9
# Ten: 10
# Eleven: 11
# Twelve: 12
- name: Dash
weight: 10
settings:
- name: Dash tap
help: 4 finger tap will open the dash
type: boolean
backend: gsettings
key: com.lomiri.Shell.Gestures.dash-tap
- name: Panel
weight: 10
settings:
- name: Always show menus
help: Application menus will always be shown
type: boolean
backend: gsettings
key: com.lomiri.Shell.always-show-menus
- name: Keyboard
weight: 10
settings:
###
### Does not work with maliit keyboard.
###
# - name: Always show keyboard
# type: boolean
# backend: gsettings
# key: com.lomiri.Shell.always-show-osk
- name: Show osk switch (Experimental)
type: boolean
backend: gsettings
key: com.lomiri.Shell.osk-switch-visible
- name: Sound
weight: 10
settings:
- name: Allow amplified volume
type: boolean
backend: gsettings
key: com.lomiri.sound.allow-amplified-volume
###
### How would I symlink into a directory but retain the filename?
###
# - name: Incoming call sound
# type: file
# backend: soundtheme
# key: /usr/share/sounds/lomiri/ringtones/custom.ogg
# needs-root: true
# - name: Incoming message sound
# type: file
# backend: soundtheme
# key: /usr/share/sounds/lomiri/notifications/custom.ogg
# needs-root: true
- name: Appearance
weight: 10
sections:
- name: Lomiri
weight: 10
settings:
- name: Enable blur
help: Toggle blur effects in the drawer and indicator panels
type: boolean
backend: gsettings
key: com.lomiri.Shell.enable-blur
- name: Low graphics mode
help: Disables various graphics to increase performance
type: boolean
backend: gsettings
key: com.lomiri.Shell.lowgfx
- name: Desktop
weight: 10
sections:
- name: Lomiri
weight: 10
settings:
- name: Enable indicator menu
help: Toggle the availability of the indicator pull down menus
type: boolean
backend: gsettings
key: com.lomiri.Shell.enable-indicator-menu
- name: Enable workspaces
help: Toggle the availability of workspaces
type: boolean
backend: gsettings
key: com.lomiri.Shell.enable-workspace
- name: Integrated menus
help: Application menus will be shown on the window decoration
type: boolean
backend: gsettings
key: com.lomiri.Shell.integrated-menus
- name: Usage mode
help: Window management behaviour
type: choice
gtype: string
backend: gsettings
key: com.lomiri.Shell.usage-mode
map:
Default: Automatic
Staged: Staged
Windowed: Windowed
###
### Requires uint but number passes int
###
# - name: Grab wait
# help: Time before window movement
# type: number
# min: 0
# max: 1000
# step: 1
# backend: gsettings
# key: com.lomiri.Shell.Decorations.grab-wait
- name: Window management gestures
help: 3 finger gestures such as drag, and pinch, will manage windows
type: boolean
backend: gsettings
key: com.lomiri.Shell.Gestures.windows-drag-pinch
Loading