add cliphist
This commit is contained in:
parent
2083112faa
commit
f9ea40a68f
1 changed files with 7 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue