Import xdg-desktop-portal-wlr config

This is important for the screensharing prompt. By default it seems
to just use slurp, which is slightly confusing.

See: https://github.com/emersion/xdg-desktop-portal-wlr/issues/124
This commit is contained in:
Alan Orth 2022-02-11 11:39:10 +03:00
parent d70d22ea05
commit c7fd75d787
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 9 additions and 0 deletions

View File

@ -54,6 +54,9 @@ dotfiles:
f_bashrc:
src: bashrc
dst: ~/.bashrc
f_xdg_desktop_portal_wlr_config:
src: config/xdg-desktop-portal-wlr/config
dst: ~/.config/xdg-desktop-portal-wlr/config
profiles:
balozi:
dotfiles:
@ -73,6 +76,7 @@ profiles:
- f_sway-session.target
- f_psqlrc
- f_pam_environment
- f_xdg_desktop_portal_wlr_config
knafeh:
dotfiles:
- d_vim
@ -91,3 +95,4 @@ profiles:
- f_sway-session.target
- f_psqlrc
- f_pam_environment
- f_xdg_desktop_portal_wlr_config

View File

@ -0,0 +1,4 @@
# 2021-05-24: See https://github.com/emersion/xdg-desktop-portal-wlr/issues/124
[screencast]
chooser_cmd = wofi -d -n --prompt='Select the monitor to share:'
chooser_type = dmenu