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:
parent
d70d22ea05
commit
c7fd75d787
@ -54,6 +54,9 @@ dotfiles:
|
|||||||
f_bashrc:
|
f_bashrc:
|
||||||
src: bashrc
|
src: bashrc
|
||||||
dst: ~/.bashrc
|
dst: ~/.bashrc
|
||||||
|
f_xdg_desktop_portal_wlr_config:
|
||||||
|
src: config/xdg-desktop-portal-wlr/config
|
||||||
|
dst: ~/.config/xdg-desktop-portal-wlr/config
|
||||||
profiles:
|
profiles:
|
||||||
balozi:
|
balozi:
|
||||||
dotfiles:
|
dotfiles:
|
||||||
@ -73,6 +76,7 @@ profiles:
|
|||||||
- f_sway-session.target
|
- f_sway-session.target
|
||||||
- f_psqlrc
|
- f_psqlrc
|
||||||
- f_pam_environment
|
- f_pam_environment
|
||||||
|
- f_xdg_desktop_portal_wlr_config
|
||||||
knafeh:
|
knafeh:
|
||||||
dotfiles:
|
dotfiles:
|
||||||
- d_vim
|
- d_vim
|
||||||
@ -91,3 +95,4 @@ profiles:
|
|||||||
- f_sway-session.target
|
- f_sway-session.target
|
||||||
- f_psqlrc
|
- f_psqlrc
|
||||||
- f_pam_environment
|
- f_pam_environment
|
||||||
|
- f_xdg_desktop_portal_wlr_config
|
||||||
|
4
dotfiles/config/xdg-desktop-portal-wlr/config
Normal file
4
dotfiles/config/xdg-desktop-portal-wlr/config
Normal 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
|
Loading…
Reference in New Issue
Block a user