From 37ac91ae2b45a51d495edfede5aae18bb1727216 Mon Sep 17 00:00:00 2001 From: hesam-init Date: Thu, 22 Aug 2024 10:59:46 +0330 Subject: [PATCH] chore: driver package added to go setup and workspace rules for hyprland changed --- hypr-configs/hyprland/hypr/configs/rules/workspaces.conf | 6 +++--- linux-configs | 2 +- setup-go/main.go | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hypr-configs/hyprland/hypr/configs/rules/workspaces.conf b/hypr-configs/hyprland/hypr/configs/rules/workspaces.conf index a3bc6f8..c0ea5f1 100644 --- a/hypr-configs/hyprland/hypr/configs/rules/workspaces.conf +++ b/hypr-configs/hyprland/hypr/configs/rules/workspaces.conf @@ -6,7 +6,7 @@ windowrulev2 = workspace 1,class:^(Thorium-browser|chrome|google-chrome|Chrome|F windowrulev2 = workspace 2,class:^(Code|.*jetbrains.*)$ windowrulev2 = workspace 3,class:^(nekoray|Nekoray|hiddify)$ windowrulev2 = workspace 4,class:^(org.telegram.desktop|telegramdesktop|discord)$ -windowrulev2 = workspace 5,class:^(RPCS3|Steam|steam)$,title:^(.*)$ -windowrulev2 = workspace 5,title:^(.*PCSX2.*)$ -windowrulev2 = workspace 6,class:^(Spotify)$ +windowrulev2 = workspace 5,class:^(Spotify)$ +windowrulev2 = workspace 6,title:^(.*PCSX2.*)$ +windowrulev2 = workspace 6,class:^(RPCS3|Steam|steam)$,title:^(.*)$ windowrulev2 = workspace 7,class:^(.*Gimp.*|blender)$ \ No newline at end of file diff --git a/linux-configs b/linux-configs index 20411f8..ca49844 160000 --- a/linux-configs +++ b/linux-configs @@ -1 +1 @@ -Subproject commit 20411f89c463f6ace15dbafe0ae1172a7008ba9d +Subproject commit ca498446532fdec6d06b7fbb137919f8ba780534 diff --git a/setup-go/main.go b/setup-go/main.go index 55eb4ab..e76aacd 100644 --- a/setup-go/main.go +++ b/setup-go/main.go @@ -22,7 +22,7 @@ var packages = map[string][]string{ "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"}, "DEVEL_PACKAGES": {"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": {"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"}, + "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_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"}, "SYSTEM_APPS": {"alacritty", "octoxbps", "blueman", "wifish", "wpa_gui", "glow"}, }