feat: mango config and clear nvim plugins

This commit is contained in:
2025-10-18 10:53:38 -07:00
parent 9d12db7f26
commit 4245b29208
5 changed files with 981 additions and 0 deletions

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

@@ -0,0 +1,28 @@
#! /bin/bash
set +e
# 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 &
# START UP
systemctl --user start shikane &
systemctl --user start sway-audio-idle-inhibit &
#pipewire &
swaync &
dex -a &
# screen record or share
dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=wlroots DISPLAY
/usr/lib/xdg-desktop-portal-wlr &