Webcord instead of discord

This commit is contained in:
Tyler Starr 2024-04-30 20:25:58 -07:00
parent dacc5cbd2b
commit bd852e8933
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
bc # Arbitrary-precision arithmetic language.
fzf # Command-line fuzzy finder for Unix-like operating systems.
gamemode # Optimizes system performance for gaming by adjusting system settings.
discord # Voice, video, and text communication platform for communities and friends.
webcord # Voice, video, and text communication platform for communities and friends.
inkscape # Vector graphics editor for creating illustrations, icons, logos, diagrams, and more.
libreoffice-fresh # Office suite compatible with Microsoft Office.
xournal # Note-taking and sketching application.

View File

@ -131,7 +131,7 @@ in {
"google-chrome.desktop"
"org.gnome.Console.desktop"
"steam.desktop"
"discord.desktop"
"webcord.desktop"
];
disable-user-extensions = false;
enabled-extensions = [
@ -206,7 +206,7 @@ in {
"terminal" = { binding = "<Super><Control>Return"; command = "kgx"; 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"; };
"steam" = { binding = "<Super><Control>s"; command = "steam"; name = "Open Steam"; };
"discord" = { binding = "<Super><Control>d"; command = "discord"; name = "Open Discord"; };
"webcord" = { binding = "<Super><Control>d"; command = "webcord"; name = "Open Webcord"; };
"nautilus" = { binding = "<Super><Control>f"; command = "nautilus"; name = "Open File Manager"; };
};
};