diff options
author | FivePixels <o5pxels@gmail.com> | 2022-03-16 14:41:07 -0500 |
---|---|---|
committer | FivePixels <o5pxels@gmail.com> | 2022-03-16 14:41:07 -0500 |
commit | 11da1650e4f74736c0bf86b2ce69c9c09cf05010 (patch) | |
tree | 0ffa056e3790a022e0e1c82118281094eb517be8 /.config/sway/config | |
parent | 987ad36a931b8bab1f00ba677b141f7139b8c478 (diff) | |
download | dots-11da1650e4f74736c0bf86b2ce69c9c09cf05010.tar.xz dots-11da1650e4f74736c0bf86b2ce69c9c09cf05010.zip |
Add clipman support
Diffstat (limited to '.config/sway/config')
-rw-r--r-- | .config/sway/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/sway/config b/.config/sway/config index 5199cd2..42c0591 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -10,6 +10,9 @@ # for screen-sharing exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway +# clipman +exec wl-paste -t text --watch clipman store --no-persist + # keybinds/vim everywhere set $mod Mod4 set $alt Mod1 |