Configure Gnome
- add ~/.config/gnome-settings/*.ini => static files with a commented export of Gnome settings - re-load these configs with `update-machine`
This commit is contained in:
parent
b3322f6a44
commit
9bc310ff9f
9 changed files with 820 additions and 0 deletions
27
.config/gnome-settings/shell-base.ini
Normal file
27
.config/gnome-settings/shell-base.ini
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
[org/gnome/shell]
|
||||
# We use the 'AlphabeticalAppGrid@stuarthayhurst'
|
||||
# extension to populate "app-picker-layout"
|
||||
# See ~/.config/gnome-settings/shell-extensions.ini
|
||||
# app-picker-layout=@aa{sv} []
|
||||
|
||||
# Always reset the command history
|
||||
command-history=@as []
|
||||
|
||||
development-tools=false
|
||||
favorite-apps=@as []
|
||||
|
||||
# Never show Gnome's welcome dialog again
|
||||
welcome-dialog-last-shown-version='999.999'
|
||||
|
||||
[org/gnome/shell/app-switcher]
|
||||
current-workspace-only=true
|
||||
|
||||
# [org/gnome/shell/keybindings]
|
||||
# See ~/.config/gnome-settings/key-bindings.ini for the key bindings
|
||||
|
||||
[org/gnome/shell/window-switcher]
|
||||
app-icon-mode='both'
|
||||
current-workspace-only=true
|
||||
|
||||
[org/gnome/shell/world-clocks]
|
||||
locations=@av []
|
||||
Loading…
Add table
Add a link
Reference in a new issue