да, я через ffmpeg и конвертирую в mp4
https://olegon.ru/showthread.php?p=384059#post384059
Практически полностью прикрутил мышку к свай.
set $rofi_cmd rofi \
-terminal '$term'
# Shows a combined list of the applications with desktop files and
# executables from PATH.
# TODO: add window with the next release of rofi-wayland
#set $menu $rofi_cmd -show combi -combi-modes drun#run -modes combi -hover-select -me-select-entry '' -me-accept-entry MousePrimary
# Only app
#set $menu $rofi_cmd -show drun
# Icons
#rofi -mode drun -show-icons -show drun -hover-select -me-select-entry '' -me-accept-entry MousePrimary
set $menu $rofi_cmd -show-icons -show drun -hover-select -me-select-entry '' -me-accept-entry MousePrimary
#################################################
# => Mouse setting (border normal)
#################################################
### button1=left button mouse
### button2=middle button mouse
### button3= right button mouse
### button4=scroll up
### button5=scroll down
### button6=scroll left
### button7=scroll right
### button8=back
### button9=forward
#################################################
bindsym button2 kill
bindsym button3 floating toggle
bindsym --whole-window button8 exec $menu
bindsym --whole-window button9 workspace next_on_output
bindsym --whole-window $mod+button4 move scratchpad
bindsym --whole-window $mod+button5 scratchpad show
# Resize floating windows with mouse scroll:
#bindsym --whole-window --border $mod+button4 resize shrink height 5 px or 5 ppt
#bindsym --whole-window --border $mod+button5 resize grow height 5 px or 5 ppt
bindsym --whole-window --border $mod+Shift+button4 resize shrink width 5 px or 5 ppt
bindsym --whole-window --border $mod+Shift+button5 resize grow width 5 px or 5 ppt