Skip to content

AutoPaste not working on Hyprland 0.55 #373

Description

@aarushth

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions