used dconf2nix to help me format this properlly
This commit is contained in:
parent
d387d29642
commit
78f5fe4841
1 changed files with 6 additions and 7 deletions
|
@ -38,13 +38,12 @@
|
|||
"org/gnome/settings-daemon/plugins/media-keys" = {
|
||||
# Disable the lock screen shortcut
|
||||
screensaver = [ "" ];
|
||||
custom-keybindings = {
|
||||
custom0 = {
|
||||
binding = "<Super>Return";
|
||||
command = "alacritty";
|
||||
name = "launch terminal";
|
||||
};
|
||||
};
|
||||
custom-keybindings = [ "/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/" ];
|
||||
};
|
||||
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0" = {
|
||||
binding = "<Super>Return";
|
||||
command = "alacritty";
|
||||
name = "Launch terminal";
|
||||
};
|
||||
"org/gnome/desktop/wm/keybindings" = {
|
||||
minimize = [ "" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue