mirror of
https://github.com/Cametendo/MyI3Config-fork.git
synced 2026-03-18 03:40:20 +01:00
clarify clipboard.sh
clarified clipboard history launch command.
This commit is contained in:
@@ -1,9 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# KISS Clipboard history using clipmenu
|
|
||||||
|
|
||||||
# Ensure the daemon is running (it exits if already running)
|
# Ensure the daemon is running (it exits if already running)
|
||||||
clipmenud &
|
clipmenud &
|
||||||
|
|
||||||
# Open the menu
|
# launches the clipboard history
|
||||||
# Use CM_LAUNCHER="rofi" if the repo specifically prefers rofi
|
|
||||||
CM_LAUNCHER="rofi" clipmenu -dmenu -i -p "Clipboard:"
|
CM_LAUNCHER="rofi" clipmenu -dmenu -i -p "Clipboard:"
|
||||||
|
|||||||
Reference in New Issue
Block a user