Remove whatsapp-for-linux, add firefox bookmark for WhatsApp Web
This commit is contained in:
parent
07be39befd
commit
14837ed9d8
|
@ -198,7 +198,7 @@
|
||||||
windowrule = [
|
windowrule = [
|
||||||
# Workspace binds
|
# Workspace binds
|
||||||
"workspace 2, firefox"
|
"workspace 2, firefox"
|
||||||
"workspace 4, (com.obsproject.Studio|WebCord|signal|whatsapp-for-linux|teams-for-linux)"
|
"workspace 4, (com.obsproject.Studio|WebCord|signal|teams-for-linux)"
|
||||||
"workspace 5 silent, (steam|org.prismlauncher.PrismLauncher)" # Keep silent to avoid popups taking focus
|
"workspace 5 silent, (steam|org.prismlauncher.PrismLauncher)" # Keep silent to avoid popups taking focus
|
||||||
"workspace 6, (x2goclient|Nxplayer.bin)"
|
"workspace 6, (x2goclient|Nxplayer.bin)"
|
||||||
|
|
||||||
|
|
|
@ -16,10 +16,8 @@
|
||||||
noson
|
noson
|
||||||
webcord
|
webcord
|
||||||
signal-desktop
|
signal-desktop
|
||||||
whatsapp-for-linux
|
|
||||||
teams-for-linux
|
teams-for-linux
|
||||||
nomachine-client
|
nomachine-client
|
||||||
x2goclient
|
|
||||||
];
|
];
|
||||||
security = {
|
security = {
|
||||||
polkit.enable = true;
|
polkit.enable = true;
|
||||||
|
|
|
@ -81,6 +81,15 @@
|
||||||
ManagedBookmarks = [
|
ManagedBookmarks = [
|
||||||
# TODO update these
|
# TODO update these
|
||||||
{toplevel_name = "Managed Bookmarks";}
|
{toplevel_name = "Managed Bookmarks";}
|
||||||
|
{
|
||||||
|
name = "Standard";
|
||||||
|
children = [
|
||||||
|
{
|
||||||
|
name = "WhatsApp Web";
|
||||||
|
url = "https://web.whatsapp.com/";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "Server";
|
name = "Server";
|
||||||
children = [
|
children = [
|
||||||
|
|
Loading…
Reference in a new issue