From 2e81fbdf15168a5b6df291b7062d120156a5ce45 Mon Sep 17 00:00:00 2001 From: stkhan Date: Fri, 13 May 2022 18:15:43 +0000 Subject: Removed dwm scripts, sfm, , added scroll, and added dark theme to surf --- dwm-6.3/scripts/dmenuunicode | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100755 dwm-6.3/scripts/dmenuunicode (limited to 'dwm-6.3/scripts/dmenuunicode') diff --git a/dwm-6.3/scripts/dmenuunicode b/dwm-6.3/scripts/dmenuunicode deleted file mode 100755 index 7d9a4ea..0000000 --- a/dwm-6.3/scripts/dmenuunicode +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -# The famous "get a menu of emojis to copy" script. - -# Get user selection via dmenu from emoji file. -chosen=$(cut -d ';' -f1 ~/.local/share/larbs/emoji | dmenu -i -l 30 | sed "s/ .*//") - -# Exit if none chosen. -[ -z "$chosen" ] && exit - -# If you run this command with an argument, it will automatically insert the -# character. Otherwise, show a message that the emoji has been copied. -if [ -n "$1" ]; then - xdotool type "$chosen" -else - printf "$chosen" | xclip -selection clipboard - notify-send "'$chosen' copied to clipboard." & -fi -- cgit v1.2.3