mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-04-23 06:46:37 -04:00
feat: support config file and reload config without logout
This commit is contained in:
parent
8d872968c7
commit
16fe8f6194
9 changed files with 1377 additions and 394 deletions
10
autostart.sh
10
autostart.sh
|
|
@ -2,12 +2,14 @@
|
|||
|
||||
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 &
|
||||
wlsunset -T 3501 -t 3500 &
|
||||
swaybg -i ~/.config/maomao/wallpaper/wallpaper.png &
|
||||
waybar -c ~/.config/maomao/waybar/config -s ~/.config/maomao/waybar/style.css &
|
||||
echo "Xft.dpi: 140" | xrdb -merge # change x11 dpi
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue