Set Wofi for clipboard history

This commit is contained in:
Aleksey Samoilov 2023-05-19 12:30:21 +04:00
parent 4ed968beb0
commit 6452754d0d

View file

@ -38,8 +38,8 @@ set $volume_up pulsemixer --change-volume +5 && $volume_bar
set $volume_mute pulsemixer --toggle-mute && $volume_bar set $volume_mute pulsemixer --toggle-mute && $volume_bar
# clipboard history # clipboard history
set $clipboard cliphist list | fuzzel --dmenu -p "Select item to copy" --lines 10 --width 35 | cliphist decode | wl-copy set $clipboard cliphist list | wofi --dmenu -p "Select item to copy:" --lines 10 | cliphist decode | wl-copy
set $clipboard-del cliphist list | fuzzel --dmenu -p "Select item to delete" --lines 10 --width 35 | cliphist delete set $clipboard-del cliphist list | wofi --dmenu -p "Select item to delete:" --lines 10 | cliphist delete
# Pulseaudo command # Pulseaudo command
set $pulseaudio $term_float pulsemixer set $pulseaudio $term_float pulsemixer