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" = {
|
"org/gnome/settings-daemon/plugins/media-keys" = {
|
||||||
# Disable the lock screen shortcut
|
# Disable the lock screen shortcut
|
||||||
screensaver = [ "" ];
|
screensaver = [ "" ];
|
||||||
custom-keybindings = {
|
custom-keybindings = [ "/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/" ];
|
||||||
custom0 = {
|
};
|
||||||
|
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0" = {
|
||||||
binding = "<Super>Return";
|
binding = "<Super>Return";
|
||||||
command = "alacritty";
|
command = "alacritty";
|
||||||
name = "launch terminal";
|
name = "Launch terminal";
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
"org/gnome/desktop/wm/keybindings" = {
|
"org/gnome/desktop/wm/keybindings" = {
|
||||||
minimize = [ "" ];
|
minimize = [ "" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue