fix(screensharing): trying to get screensharing to work
This commit is contained in:
parent
f4b84de50d
commit
9b32a9eea2
1 changed files with 5 additions and 0 deletions
|
|
@ -63,6 +63,7 @@
|
|||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
wireplumber.enable = true;
|
||||
# If you want to use JACK applications, uncomment this
|
||||
#jack.enable = true;
|
||||
|
||||
|
|
@ -134,6 +135,8 @@
|
|||
# fix kde apps having no icons
|
||||
kdePackages.qtsvg
|
||||
thunderbird-128
|
||||
# for screen sharing
|
||||
xdg-desktop-portal xdg-desktop-portal-kde
|
||||
];
|
||||
|
||||
# set user environment variables
|
||||
|
|
@ -145,6 +148,8 @@
|
|||
XDG_MENU_PREFIX = "plasma-";
|
||||
# fix cursor size for some apps
|
||||
XCURSOR_SIZE = 24;
|
||||
# fix screen sharing
|
||||
XDG_CURRENT_DESKTOP = "river";
|
||||
};
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue