add clipboard history

This commit is contained in:
smayzy 2026-04-22 16:33:05 +02:00
parent c7762fdebd
commit 91c03b7751
2 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,9 @@ bind = $mainMod, F, fullscreen
bind = $mainMod, T, togglefloating bind = $mainMod, T, togglefloating
bind = , XF86Calculator, exec, $calc bind = , XF86Calculator, exec, $calc
# Clipboard history
bind = $mainMod, V, exec, cliphist list | wofi -dmenu | cliphist decode | wl-copy
# Change Wallpaper # Change Wallpaper
bind = $mainMod SHIFT, W, exec, echo trigger > /tmp/wallpaper-trigger bind = $mainMod SHIFT, W, exec, echo trigger > /tmp/wallpaper-trigger

View File

@ -33,6 +33,8 @@ exec = killall waybar && waybar
exec-once = mako exec-once = mako
exec-once = systemctl --user start hyprpolkitagent exec-once = systemctl --user start hyprpolkitagent
exec-once = [workspace 10 silent] thunderbird exec-once = [workspace 10 silent] thunderbird
exec-once = wl-paste --type text --watch cliphist store
exec-once = wl-paste --type image --watch cliphist store
############################# #############################