launch terminal command
This commit is contained in:
parent
4d473f4088
commit
d387d29642
1 changed files with 12 additions and 1 deletions
|
@ -15,7 +15,8 @@
|
|||
"org/gnome/shell" = {
|
||||
favorite-apps = [
|
||||
# "vivaldi-stable.desktop"
|
||||
"org.wezfurlong.wezterm.desktop"
|
||||
"Alacritty.desktop"
|
||||
# "org.wezfurlong.wezterm.desktop"
|
||||
"firefox.desktop"
|
||||
"org.gnome.Nautilus.desktop"
|
||||
];
|
||||
|
@ -37,6 +38,13 @@
|
|||
"org/gnome/settings-daemon/plugins/media-keys" = {
|
||||
# Disable the lock screen shortcut
|
||||
screensaver = [ "" ];
|
||||
custom-keybindings = {
|
||||
custom0 = {
|
||||
binding = "<Super>Return";
|
||||
command = "alacritty";
|
||||
name = "launch terminal";
|
||||
};
|
||||
};
|
||||
};
|
||||
"org/gnome/desktop/wm/keybindings" = {
|
||||
minimize = [ "" ];
|
||||
|
@ -75,6 +83,9 @@
|
|||
lock-enabled = false;
|
||||
idle-activation-enabled = false;
|
||||
};
|
||||
"org/gnome/desktop/applications/terminal" = {
|
||||
exec = "alacritty";
|
||||
};
|
||||
"org/gnome/settings-daemon/plugins/color" = {
|
||||
night-light-enabled = false;
|
||||
night-light-schedule-automatic = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue