feat: libspa bluetooth package for golang setup

This commit is contained in:
hesam-init 2024-09-11 21:49:45 +03:30
parent 3acc0527d0
commit 895dfdd13b
3 changed files with 5 additions and 4 deletions

View file

@ -51,10 +51,11 @@ windowrulev2 = float,title:^(Easy Effects)$
windowrulev2 = size 60%,title:^(Easy Effects)$
windowrulev2 = center,title:^(Easy Effects)$
# chrome rules :
# chromium rules :
windowrulev2 = float,title:^(Google Chrome)$
# windowrulev2 = noblur,class:^()$,title:^()$
# steam rules :
windowrulev2 = tile,class:^(steam)$,title:^(Steam)$
windowrulev2 = float,class:^(steam)$,title:^(Friends List)$
windowrulev2 = immediate,class:^(cs2)$
windowrulev2 = immediate,class:^(cs2)$

@ -1 +1 @@
Subproject commit 388854f1d51e1a90185be5c499e4bc0a47d45849
Subproject commit f3e621d64a68894cb1e1d78bf202bac3ee380ed2

View file

@ -22,7 +22,7 @@ const (
var packages = map[string][]string{
"VOID_REPOS": {"void-repo-multilib2", "void-repo-nonfree"},
"CONTAINER_PACKAGES": {"podman", "podman-compose", "catatonit"},
"BASE_PACKAGES": {"fontconfig", "fontconfig-32bit", "inetutils", "v4l2loopback", "bind-utils", "zellij", "bat", "dust", "aria2", "fzf", "neofetch", "bat", "zsh", "fish-shell", "brightnessctl", "bluez", "cronie", "git", "stow", "eza", "dbus", "seatd", "elogind", "polkit", "NetworkManager", "gnome-keyring", "polkit-gnome", "pipewire", "wireplumber", "inotify-tools", "xorg", "gnome-keyring", "polkit-gnome", "mtpfs", "ffmpeg", "libnotify"},
"BASE_PACKAGES": {"libspa-bluetooth", "fontconfig", "fontconfig-32bit", "inetutils", "v4l2loopback", "bind-utils", "zellij", "bat", "dust", "aria2", "fzf", "neofetch", "bat", "zsh", "fish-shell", "brightnessctl", "bluez", "cronie", "git", "stow", "eza", "dbus", "seatd", "elogind", "polkit", "NetworkManager", "gnome-keyring", "polkit-gnome", "pipewire", "wireplumber", "inotify-tools", "xorg", "gnome-keyring", "polkit-gnome", "mtpfs", "ffmpeg", "libnotify"},
"DEVEL_PACKAGES": {"cmake", "glib", "pango-devel", "gdk-pixbuf-devel", "libdbusmenu-gtk3-devel", "glib-devel", "gtk+3-devel", "gtk-layer-shell-devel", "base-devel", "startup-notification-devel", "cairo-devel", "xcb-util-devel", "xcb-util-cursor-devel", "xcb-util-xrm-devel", "xcb-util-wm-devel"},
"AMD_DRIVERS": {"opencl2-headers", "mesa-32bit", "mesa-dri", "mesa-vaapi", "mesa-dri-32bit", "mesa-vaapi-32bit", "libglvnd-32bit", "libglapi-32bit", "opencv", "Vulkan-Headers", "Vulkan-Tools", "Vulkan-ValidationLayers-32bit", "mesa-vulkan-radeon", "mesa-vulkan-radeon-32bit", "vulkan-loader", "vulkan-loader-32bit", "libspa-vulkan", "libspa-vulkan-32bit", "amdvlk"},
"HYPRLAND_REQUIRED_PACKAGES": {"qt5-wayland", "qt6-wayland", "qt6ct", "qt5ct", "noto-fonts-emoji", "ddcutil", "socat", "eww", "nerd-fonts-symbols-ttf", "Waybar", "avizo", "dunst", "swaybg", "mpvpaper", "grim", "jq", "slurp", "cliphist", "wl-clipboard", "swayidle", "pavucontrol", "nemo", "eog", "pavucontrol", "evince", "xorg-server-xwayland", "xdg-desktop-portal-gtk", "xdg-desktop-portal-wlr", "xdg-utils", "xdg-user-dirs", "xdg-user-dirs-gtk", "qt5-x11extras"},