add some suggest config

This commit is contained in:
DreamMaoMao 2025-02-08 13:56:30 +08:00
parent a6a14a0c7c
commit ea1b799259
3 changed files with 18 additions and 14 deletions

View file

@ -31,6 +31,12 @@ https://github.com/user-attachments/assets/da80c6d1-b9a5-44c4-b738-6421365e6aa5
- fade in animation - fade in animation
## suggest tools
```
yay -S wofi foot xdg-desktop-portal-hyprland swaybg waybar wl-clip-persist cliphist wl-clipboard wlsunset
```
# install # install
# wlroots(0.17) # wlroots(0.17)
``` ```
@ -44,18 +50,16 @@ cd maomaowm
meson build -Dprefix=/usr meson build -Dprefix=/usr
sudo ninja -C build install sudo ninja -C build install
// set your autostart cmd ih this # set your autostart app ih this
touch ~/.config/maomao/autostart.sh mkdir -p ~/.config/maomao/autostart.sh
# some suggest config
cp autostart.sh ~/.config/maomao/
cp waybar ~/.config/maomao/ -r
cp wallpaper ~/.config/maomao/ -r
``` ```
# dependcy
## tools
```
yay -S wofi foot
```
# thanks for some refer repo # thanks for some refer repo
https://github.com/dqrk0jeste/owl - for window animation implementation code https://github.com/dqrk0jeste/owl - for window animation implementation code
https://github.com/djpohly/dwl - for base dwl code https://github.com/djpohly/dwl - for base dwl code

View file

@ -2,14 +2,14 @@
set +e 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 dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
/usr/lib/xdg-desktop-portal-hyprland & /usr/lib/xdg-desktop-portal-hyprland &
wl-clip-persist --clipboard regular & wl-clip-persist --clipboard regular &
wl-paste --type text --watch cliphist store & 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

BIN
wallpaper/wallpaper.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB