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:
@ -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
|
||||
|
Reference in New Issue
Block a user