diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/autostart | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/autostart b/bin/autostart index e54c51c..2d75599 100755 --- a/bin/autostart +++ b/bin/autostart @@ -24,6 +24,11 @@ if [ "$XDG_SESSION_TYPE" = wayland ]; then run_if_exists gammastep \ -l $(curl -s "https://location.services.mozilla.com/v1/geolocate?key=geoclue" | awk 'OFS=":" {print $3,$5}' | tr -d ',}') \ -m wayland + + if command -v wl-paste > /dev/null && \ + command -v clipman > /dev/null; then + wl-paste -t text --watch clipman store & + fi fi run_if_exists "$HOME/.local/autostart" |