sway: fix xdg portal screen chooser
This commit is contained in:
parent
7e1e8b59e4
commit
6f7d0af4eb
1 changed files with 7 additions and 1 deletions
|
|
@ -39,7 +39,13 @@ in
|
|||
programs.wshowkeys.enable = true;
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
wlr.enable = true;
|
||||
wlr = {
|
||||
enable = true;
|
||||
settings.screencast = {
|
||||
chooser_type = "dmenu";
|
||||
chooser_cmd = lib.getExe pkgs.bmenu;
|
||||
};
|
||||
};
|
||||
# gtk portal needed to make gtk apps happy
|
||||
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue