diff options
| -rw-r--r-- | .config/xdg-desktop-portal-wlr/config | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/xdg-desktop-portal-wlr/config b/.config/xdg-desktop-portal-wlr/config new file mode 100644 index 0000000..5c61177 --- /dev/null +++ b/.config/xdg-desktop-portal-wlr/config @@ -0,0 +1,11 @@ +[logger] +level=ERROR + +[screencast] +max_fps=30 +chooser_cmd=slurp -f '%o' -o -b '#000000aa' -c '#4E437188' -w 50 +chooser_type=simple +# chooser_cmd=menu -l3 -p xdpw +# chooser_type=dmenu +exec_before=notify-send -a xdpw -i $HOME/Pictures/portal_icon.32x32.svg xdg-desktop-portal 'screencast starting' +exec_after=notify-send -a xdpw -i $HOME/Pictures/portal_icon.32x32.svg xdg-desktop-portal 'screencast ended' |