engine: resources: Add a gsettings resource
This adds a way to run the gsettings command for configuring dconf settings usually used by GNOME applications.
This commit is contained in:
11
examples/lang/gsettings.mcl
Normal file
11
examples/lang/gsettings.mcl
Normal file
@@ -0,0 +1,11 @@
|
||||
gsettings "org.gnome.desktop.interface clock-show-seconds" {
|
||||
type => "bool",
|
||||
value => true,
|
||||
}
|
||||
|
||||
gsettings "org.gnome.desktop.input-sources sources" { # happens to match schema/key args
|
||||
schema => "org.gnome.desktop.input-sources",
|
||||
key => "sources",
|
||||
type => "custom",
|
||||
value => "[('xkb', 'ca+eng'), ('xkb', 'ca'), ('xkb', 'us')]",
|
||||
}
|
||||
Reference in New Issue
Block a user