2024-06-03 10:30:16 +02:00
|
|
|
#!/bin/bash
|
|
|
|
# The only reason this script exists is because
|
|
|
|
# Hyprland, jobrunner, idk does not support piping.
|
2024-06-03 20:10:39 +02:00
|
|
|
|
2024-06-04 00:40:24 +02:00
|
|
|
cliphist list | ${HOME}/.local/bin/launch-menu "copy" | cliphist decode | wl-copy
|