feat: add mango window manager config

This commit is contained in:
2025-10-17 11:56:34 -07:00
parent e9df39d7ea
commit a14fe27f98
5 changed files with 963 additions and 5 deletions

25
.config/mango/autostart.sh Executable file
View File

@@ -0,0 +1,25 @@
#! /bin/bash
set +e
# obs
dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=wlroots
# wallpaper
#swaybg -i ~/.config/mango/wallpaper/room.png &
# top bar
waybar -c ~/.config/mango/waybar/config.jsonc -s ~/.config/mango/waybar/style.css &
# keep clipboard content
wl-clip-persist --clipboard regular --reconnect-tries 0 &
# clipboard content manager
wl-paste --type text --watch cliphist store &
# shikane
systemctl --user start shikane
pipewire &
swaync &
dex -a &