mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-04-27 06:46:33 -04:00
init
This commit is contained in:
parent
bb9ae1d13a
commit
af11da1881
29 changed files with 11217 additions and 2 deletions
15
autostart.sh
Executable file
15
autostart.sh
Executable 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 &
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue