switch to kitty for keybinds

This commit is contained in:
Tyler Starr 2024-05-13 19:13:58 -07:00
parent 6c4a07a003
commit 7dc53ccefc

View File

@ -129,7 +129,7 @@ in {
"org/gnome/shell" = { "org/gnome/shell" = {
favorite-apps = [ favorite-apps = [
"google-chrome.desktop" "google-chrome.desktop"
"org.gnome.Console.desktop" "kitty.desktop"
"steam.desktop" "steam.desktop"
"discord.desktop" "discord.desktop"
]; ];
@ -203,7 +203,7 @@ in {
minimize = []; minimize = [];
}; };
} // generate_custom_keybindings { } // generate_custom_keybindings {
"terminal" = { binding = "<Super><Control>Return"; command = "kgx"; name = "Open Terminal"; }; "terminal" = { binding = "<Super><Control>Return"; command = "kitty"; name = "Open Terminal"; };
"browser" = { binding = "<Super><Control>b"; command = "google-chrome-stable --simulate-outdated-no-au='Tue, 31 Dec 2099 23:59:59 GMT'"; name = "Open Browser"; }; "browser" = { binding = "<Super><Control>b"; command = "google-chrome-stable --simulate-outdated-no-au='Tue, 31 Dec 2099 23:59:59 GMT'"; name = "Open Browser"; };
"steam" = { binding = "<Super><Control>s"; command = "steam"; name = "Open Steam"; }; "steam" = { binding = "<Super><Control>s"; command = "steam"; name = "Open Steam"; };
"discord" = { binding = "<Super><Control>d"; command = "discord"; name = "Open Discord"; }; "discord" = { binding = "<Super><Control>d"; command = "discord"; name = "Open Discord"; };