XR for Universal Blue and Fedora Atomic Desktops
vr fedora-atomic linux
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix disabling Envision plugins

+1 -1
+1 -1
src/atomic-xr/sysconfig.nu
··· 120 120 return 121 121 } 122 122 let plugins = $envision_config.plugins 123 - | reject -o ...(get-appids "wlx-overlay-s" "motoc" "oscavmgr.project-babble" "oscavmgr.wivrn") 123 + | reject -o ...(envision-plugin get-appids "wlx-overlay-s" "motoc" "oscavmgr.project-babble" "oscavmgr.wivrn") 124 124 125 125 $envision_config 126 126 | merge {plugins: $plugins}