mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-29 05:40:21 -04:00
15 lines
336 B
Bash
Executable file
15 lines
336 B
Bash
Executable file
#! /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 &
|
|
|
|
|