scripts: add unnecessary descriptions

This commit is contained in:
2025-11-10 20:47:29 +01:00
parent 94118d682b
commit 7483945552
35 changed files with 178 additions and 72 deletions
+4 -1
View File
@@ -1,5 +1,8 @@
#!/bin/bash
# https://github.com/end-4/dots-hyprland/blob/main/.local/bin/fuzzel-emoji
# Description:
# Quick snippet for rofi + emoji + wl-copy
# Source: https://github.com/end-4/dots-hyprland
sed '1,/^### DATA ###$/d' $0 | rofi -dmenu -config ~/.config/rofi/dmenu.rasi -i | cut -d ' ' -f 1 | tr -d '\n' | wl-copy
exit