aboutsummaryrefslogblamecommitdiff
path: root/dot_config/sway/config.d/30_clipboard
blob: eca377b4ba62ad9741bd769edcce4bd274e4dd6b (plain) (tree)
1
2
3
4
5
6





                                                                                 
exec wl-paste --watch cliphist store

bindsym --to-code $mod+y exec cliphist list | wofi -d | cliphist decode | wl-copy
bindsym --to-code $mod+Shift+y exec cliphist clear

# vim:set ft=swayconfig: