I am on Fedora 44 running the latest Hyprland (v0.55) and I couldn't get auto paste to work despite setting up the input group/permissions and enabling autopaste in ~/.config/clipse/config.json as described in the README. I found this script as a workaround from an older issue but had to change
hyprctl dispatch sendshortcut "CTRL,V,"
to
hyprctl dispatch "hl.dsp.send_shortcut({ mods = 'CTRL+SHIFT', key = 'V' })"
because of hyprland's update to lua based configs, which leads me to believe its a similar issue preventing the autopaste from working
I am on Fedora 44 running the latest Hyprland (v0.55) and I couldn't get auto paste to work despite setting up the input group/permissions and enabling autopaste in ~/.config/clipse/config.json as described in the README. I found this script as a workaround from an older issue but had to change
hyprctl dispatch sendshortcut "CTRL,V,"to
hyprctl dispatch "hl.dsp.send_shortcut({ mods = 'CTRL+SHIFT', key = 'V' })"because of hyprland's update to lua based configs, which leads me to believe its a similar issue preventing the autopaste from working