corrected clipboard path and added clipmenu package in common-packages.txt

This commit is contained in:
Cametendo
2026-02-27 11:00:47 +01:00
parent dd00074bed
commit 12b421997d
3 changed files with 14 additions and 2 deletions

9
scripts/clipboard.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
# KISS Clipboard history using clipmenu
# Ensure the daemon is running (it exits if already running)
clipmenud &
# Open the menu
# Use CM_LAUNCHER="rofi" if the repo specifically prefers rofi
CM_LAUNCHER="rofi" clipmenu -dmenu -i -p "Clipboard:"