1
0
Fork 0

Fix a gnome keybinding

This commit is contained in:
Malte Brandy 2021-07-05 03:06:29 +02:00
parent fc6796da45
commit 2462f17cab
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -6,6 +6,10 @@ let
in
{
dconf.settings = {
"org/gnome/desktop/wm/keybindings" = {
switch-input-source = "@as []";
switch-input-source-backward = "@as []";
};
"org/gnome/desktop/interface" = {
gtk-im-module = "gtk-im-context-simple";