Enable screencasting, enable clipboard manager
This commit is contained in:
parent
6f526391e3
commit
ce6649276c
3 changed files with 24 additions and 14 deletions
|
@ -2,22 +2,25 @@ terminal: alacritty
|
||||||
|
|
||||||
# Start waybar and Azote on startup
|
# Start waybar and Azote on startup
|
||||||
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: QT_QPA_PLATFORM
|
- key: XDG_CURRENT_DESKTOP
|
||||||
value: wayland;xcb
|
value: mir
|
||||||
- key: QT_QPA_PLATFORMTHEME
|
- key: QT_QPA_PLATFORM
|
||||||
value: qt5ct
|
value: wayland;xcb
|
||||||
- key: XCURSOR_SIZE
|
- key: QT_QPA_PLATFORMTHEME
|
||||||
value: 24
|
value: qt5ct
|
||||||
- key: ECORE_EVAS_ENGINE
|
- key: XCURSOR_SIZE
|
||||||
value: wayland-egl
|
value: 24
|
||||||
- key: ELM_ACCEL
|
- key: ECORE_EVAS_ENGINE
|
||||||
value: gl
|
value: wayland-egl
|
||||||
- key: _JAVA_AWT_WM_NONREPARENTING
|
- key: ELM_ACCEL
|
||||||
value: 1
|
value: gl
|
||||||
|
- key: _JAVA_AWT_WM_NONREPARENTING
|
||||||
|
value: 1
|
||||||
|
|
||||||
border:
|
border:
|
||||||
size: 2
|
size: 2
|
||||||
|
|
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