• 0 Posts
  • 2 Comments
Joined 3 months ago
cake
Cake day: April 7th, 2025

help-circle
  • I use a KDE variant of this that uses klipper instead (whatever you pipe to this will be available in klipper):

    ` #!/bin/sh

    function copy {
        if ! tty -s && stdin=$(</dev/stdin) && [[ "$stdin" ]]; then
            stdin=$stdin$(cat)
            qdbus6 org.kde.klipper /klipper setClipboardContents "$stdin"
            exit
        fi
    
        qdbus6 org.kde.klipper /klipper getClipboardContents
    }
    
    copy $@`
    

  • The maintainer of X11Libre, Enrico Weigelt, is an anti-vaxer who already got scolded by Torvalds for writing bullshit on the kernel mailing list

    Oh, so it’s him. Dude got absolutely lucky Linus is on mild mode nowadays. On his prime the scold would’ve been of such epic proportions all the viruses he could have on his body would’ve leave him out of pure cringe.