diff options
| author | Robert Günzler <r@gnzler.io> | 2021-11-02 19:09:13 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-11-02 19:09:13 +0100 |
| commit | 987a79a17582ba1ebab9e602022ed82eb37e2192 (patch) | |
| tree | fb3098c67923b2eab85d226e45773f5920f651f4 /.config/xdg-desktop-portal-wlr | |
| parent | 9395b9496baf542a4afdfcfd455bb2fd298e0808 (diff) | |
Add xdg-desktop-portal-wlr config
Diffstat (limited to '.config/xdg-desktop-portal-wlr')
| -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' |