feat: add cliphist clipboard manager integration
This commit is contained in:
@@ -46,6 +46,8 @@ $menu = rofi -show drun
|
|||||||
exec-once = waybar & nm-applet
|
exec-once = waybar & nm-applet
|
||||||
exec-once = protonmail-bridge --no-window
|
exec-once = protonmail-bridge --no-window
|
||||||
exec-once = protonvpn-app
|
exec-once = protonvpn-app
|
||||||
|
exec-once = wl-paste --type text --watch cliphist store
|
||||||
|
exec-once = wl-paste --type image --watch cliphist store
|
||||||
|
|
||||||
#############################
|
#############################
|
||||||
### ENVIRONMENT VARIABLES ###
|
### ENVIRONMENT VARIABLES ###
|
||||||
@@ -237,6 +239,10 @@ bind = $mainMod SHIFT, b, exec, brave --incognito
|
|||||||
bind = $mainMod, m, exec, thunderbird
|
bind = $mainMod, m, exec, thunderbird
|
||||||
bind = $mainMod, v, exec, protonvpn-app
|
bind = $mainMod, v, exec, protonvpn-app
|
||||||
|
|
||||||
|
# Clipboard history
|
||||||
|
bind = $mainMod, period, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy
|
||||||
|
bind = $mainMod SHIFT, period, exec, cliphist wipe
|
||||||
|
|
||||||
# Lock screen
|
# Lock screen
|
||||||
bind = $mainMod, c, exec, hyprlock
|
bind = $mainMod, c, exec, hyprlock
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user