mirror of
https://github.com/Cametendo/MyI3Config-fork.git
synced 2026-03-18 03:40:20 +01:00
8 lines
183 B
Bash
Executable File
8 lines
183 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Ensure the daemon is running (it exits if already running)
|
|
clipmenud &
|
|
|
|
# launches the clipboard history
|
|
CM_LAUNCHER="rofi" clipmenu -dmenu -i -p "Clipboard:"
|