From c6c01a8accf7a28a2c837cb7937f8f5f805433ff Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 6 Nov 2023 22:30:46 +0900 Subject: small tweak --- config/hypr/scripts/ClipManager.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'config/hypr/scripts/ClipManager.sh') diff --git a/config/hypr/scripts/ClipManager.sh b/config/hypr/scripts/ClipManager.sh index 8c4a1213..eb717eaa 100755 --- a/config/hypr/scripts/ClipManager.sh +++ b/config/hypr/scripts/ClipManager.sh @@ -3,8 +3,7 @@ # Clipboard Manager if [[ ! $(pidof rofi) ]]; then - #cliphist list | rofi -dmenu -config ~/.config/rofi/config-cliphist.rasi | cliphist decode | wl-copy - cliphist list | rofi -dmenu | cliphist decode | wl-copy + cliphist list | rofi -dmenu -config ~/.config/rofi/config-long.rasi | cliphist decode | wl-copy else pkill rofi fi -- cgit v1.2.3