Enable screencasting, enable clipboard manager
This commit is contained in:
parent
6f526391e3
commit
ce6649276c
3 changed files with 24 additions and 14 deletions
|
@ -4,8 +4,11 @@ terminal: alacritty
|
||||||
startup_apps:
|
startup_apps:
|
||||||
- command: bash ~/.azotebg
|
- command: bash ~/.azotebg
|
||||||
restart_on_death: true
|
restart_on_death: true
|
||||||
|
- command: wl-paste --watch cliphist store &
|
||||||
|
|
||||||
environment_variables:
|
environment_variables:
|
||||||
|
- key: XDG_CURRENT_DESKTOP
|
||||||
|
value: mir
|
||||||
- key: QT_QPA_PLATFORM
|
- key: QT_QPA_PLATFORM
|
||||||
value: wayland;xcb
|
value: wayland;xcb
|
||||||
- key: QT_QPA_PLATFORMTHEME
|
- key: QT_QPA_PLATFORMTHEME
|
||||||
|
|
3
etc/xdg/xdg-desktop-portal-wlr/config
Normal file
3
etc/xdg/xdg-desktop-portal-wlr/config
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[screencast]
|
||||||
|
chooser_type=dmenu
|
||||||
|
chooser_cmd=wlr-randr | grep -oP '^[^ ]+' | wofi -d
|
4
usr/share/xdg-desktop-portal/mir-portals.conf
Normal file
4
usr/share/xdg-desktop-portal/mir-portals.conf
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
[preferred]
|
||||||
|
default=gtk
|
||||||
|
org.freedesktop.impl.portal.Screenshot=wlr
|
||||||
|
org.freedesktop.impl.portal.ScreenCast=wlr
|
Loading…
Add table
Reference in a new issue