diff options
Diffstat (limited to 'modules/gnome.nix')
-rw-r--r-- | modules/gnome.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gnome.nix b/modules/gnome.nix index 1ba13da..fa5143f 100644 --- a/modules/gnome.nix +++ b/modules/gnome.nix @@ -50,7 +50,7 @@ in }; "org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1" = { - binding = "<TaskPane>"; + binding = "TaskPane"; command = "switch-theme"; name = "Switch Theme"; }; |