update config

This commit is contained in:
DreamMaoMao 2025-02-05 13:39:41 +08:00
parent 34cc01b120
commit e3ec815505
2 changed files with 17 additions and 2 deletions

15
~/.config/plume/autostart.sh Executable file
View file

@ -0,0 +1,15 @@
#! /bin/bash
set +e
systemctl --user unmask xdg-desktop-portal-hyprland
systemctl --user mask xdg-desktop-portal-gnome
dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
/usr/lib/xdg-desktop-portal-hyprland &
wl-clip-persist --clipboard regular &
wl-paste --type text --watch cliphist store &