mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
themes/a-happy-gnome: change inputs and update keybindings
This commit is contained in:
parent
6fb80e2d63
commit
1b97a37adc
@ -5,8 +5,9 @@ enable-hot-corners=false
|
|||||||
show-battery-percentage=true
|
show-battery-percentage=true
|
||||||
color-scheme='prefer-dark'
|
color-scheme='prefer-dark'
|
||||||
|
|
||||||
|
# Input sources that are expected to be installed in the theme.
|
||||||
[org/gnome/desktop/input-sources/sources]
|
[org/gnome/desktop/input-sources/sources]
|
||||||
sources=[('xkb', 'us'), ('ibus', 'mozc-jp'), ('ibus', 'rime'), ('ibus', 'hangul'), ('ibus', 'typing-booster')]
|
sources=[('xkb', 'us'), ('ibus', 'mozc-jp'), ('ibus', 'rime'), ('ibus', 'hangul'), ('ibus', 'table:mathwriter-ibus')]
|
||||||
|
|
||||||
[org/gnome/desktop/notifications]
|
[org/gnome/desktop/notifications]
|
||||||
show-banners=true
|
show-banners=true
|
||||||
@ -69,3 +70,7 @@ show-banners=false
|
|||||||
|
|
||||||
[org/gnome/desktop/notifications/application/org-gnome-evolution-alarm-notify]
|
[org/gnome/desktop/notifications/application/org-gnome-evolution-alarm-notify]
|
||||||
show-banners=false
|
show-banners=false
|
||||||
|
|
||||||
|
# Disable several search providers by default.
|
||||||
|
[org/gnome/desktop/search-providers]
|
||||||
|
disabled=['org.gnome.seahorse.Application.desktop', 'org.gnome.Photos.desktop', 'org.gnome.Epiphany.desktop', 'app.drey.Dialect.desktop', 'com.belmoussaoui.Authenticator.desktop']
|
||||||
|
@ -39,9 +39,12 @@ toggle-message-tray=['<Super>v']
|
|||||||
restore-shortcuts=@as []
|
restore-shortcuts=@as []
|
||||||
|
|
||||||
[org/gnome/settings-daemon/plugins/media-keys]
|
[org/gnome/settings-daemon/plugins/media-keys]
|
||||||
screensaver=['<Super>Escape']
|
|
||||||
logout=['<Shift><Super>Escape']
|
|
||||||
help=@as []
|
help=@as []
|
||||||
|
logout=['<Shift><Super>Escape']
|
||||||
|
magnifier-zoom-in=['<Shift><Super>plus']
|
||||||
|
magnifier-zoom-out=['<Super>minus']
|
||||||
|
magnifier=['<Super>equal']
|
||||||
|
screensaver=['<Super>Escape']
|
||||||
|
|
||||||
# Easy resize with the mouse.
|
# Easy resize with the mouse.
|
||||||
[org/gnome/desktop/wm/preferences]
|
[org/gnome/desktop/wm/preferences]
|
||||||
|
Loading…
Reference in New Issue
Block a user