diff options
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 |