mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-05 16:25:59 +01:00
screencast: add prompt to dmenu style default choosers
This commit is contained in:
parent
83086e9af8
commit
47635b94eb
1 changed files with 2 additions and 2 deletions
|
@ -457,8 +457,8 @@ static struct xdpw_wlr_output *wlr_output_chooser_default(struct wl_list *output
|
|||
logprint(DEBUG, "wlroots: output chooser called");
|
||||
struct xdpw_output_chooser default_chooser[] = {
|
||||
{XDPW_CHOOSER_SIMPLE, "slurp -f %o -or"},
|
||||
{XDPW_CHOOSER_DMENU, "wofi -d -n"},
|
||||
{XDPW_CHOOSER_DMENU, "bemenu"},
|
||||
{XDPW_CHOOSER_DMENU, "wofi -d -n --prompt='Select the monitor to share:'"},
|
||||
{XDPW_CHOOSER_DMENU, "bemenu --prompt='Select the monitor to share:'"},
|
||||
};
|
||||
|
||||
size_t N = sizeof(default_chooser)/sizeof(default_chooser[0]);
|
||||
|
|
Loading…
Reference in a new issue