[Hyprland] Add cliphist

This commit is contained in:
Janis Hutz 2025-06-05 15:37:44 +02:00
parent 909983d069
commit 6f33358f4a
2 changed files with 4 additions and 0 deletions

View File

@ -66,6 +66,7 @@ bind = SHIFT, PRINT, exec, grimblast --notify save screen
# │ Rofi commands │ # │ Rofi commands │
# └ ┘ # └ ┘
bind = $mainMod, Space, exec, killall rofi || rofi -show combi -modes combi -combi-modes "window,drun,run" bind = $mainMod, Space, exec, killall rofi || rofi -show combi -modes combi -combi-modes "window,drun,run"
bind = $mainMod SHIFT, H, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy
# ┌ ┐ # ┌ ┐
# │ Logout commands │ # │ Logout commands │

View File

@ -18,6 +18,9 @@ exec-once = sleep 2 && bash -c "ags run -d ~/projects/active/dotfiles/config/ast
exec-once = bash -c "ags run -d ~/projects/active/dotfiles/config/ags/notifications/ >> /tmp/notifier-log 2>&1" exec-once = bash -c "ags run -d ~/projects/active/dotfiles/config/ags/notifications/ >> /tmp/notifier-log 2>&1"
# exec-once = bash -c "ags run -d ~/projects/active/dotfiles/config/ags/notifications/" # exec-once = bash -c "ags run -d ~/projects/active/dotfiles/config/ags/notifications/"
# ── wlhist ──────────────────────────────────────────────────────────
exec-once = wl-paste --type text --watch cliphist store # Stores only text data
exec-once = wl-paste --type image --watch cliphist store # Stores only image data
exec = hyprctl setcursor oreo_spark_blue_cursors 24 exec = hyprctl setcursor oreo_spark_blue_cursors 24