add cliphist

This commit is contained in:
Simon Rieger 2025-04-08 14:57:04 +02:00
parent 2083112faa
commit f9ea40a68f

View file

@ -52,6 +52,11 @@ exec-once = $terminal
exec-once = nm-applet & exec-once = nm-applet &
exec-once = waybar & hyprpaper & firefox exec-once = waybar & hyprpaper & firefox
# Clipboard Manager
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
############################# #############################
### ENVIRONMENT VARIABLES ### ### ENVIRONMENT VARIABLES ###
@ -192,6 +197,8 @@ $mainMod = Alt
bind = $mainMod, Return, exec, $terminal bind = $mainMod, Return, exec, $terminal
bind = $mainMod+Shift, Q, killactive, bind = $mainMod+Shift, Q, killactive,
bind = $mainMod+Shift, L, exec, ~/.config/hypr/scripts/power.sh lock bind = $mainMod+Shift, L, exec, ~/.config/hypr/scripts/power.sh lock
bind = $mainMod, Y, exec, cliphist list | fuzzel --dmenu | cliphist decode | wl-copy
bind = $mainMod+Shift, Y, exec, ~/.config/fuzzel/fuzzel-rbw.sh
bind = $mainMod+Shift, M, exit, bind = $mainMod+Shift, M, exit,
bind = $mainMod, E, exec, $fileManager bind = $mainMod, E, exec, $fileManager
bind = $mainMod, V, togglefloating, bind = $mainMod, V, togglefloating,