diff --git a/hypr-configs/dotfiles/hypr/configs/autostart.conf b/hypr-configs/dotfiles/hypr/configs/autostart.conf index 62ec72e..4c0d4f3 100644 --- a/hypr-configs/dotfiles/hypr/configs/autostart.conf +++ b/hypr-configs/dotfiles/hypr/configs/autostart.conf @@ -5,14 +5,12 @@ exec-once = dbus-update-activation-environment --all & exec-once = $script_dir/startup/pipewire.sh & exec-once = $script_dir/startup/keyring.sh & -exec-once = wl-paste --watch cliphist store & +exec-once = wl-paste --watch cliphist store & exec-once = hyprpaper & exec-once = hypridle & exec-once = $script_dir/startup/dunst.sh & # exec-once = ~/.config/hypr/scripts/wallpaper/wallpaper-daemon.sh & exec-once = $script_dir/startup/swayosd.sh & +exec-once = $eww_script_dir/eww/start.sh & # exec-once = ~/.config/hypr/scripts/waybar/start.sh & -# exec-once = $eww_script_dir/eww/start.sh & - -# exec-once = eww daemon && eww open bar diff --git a/hypr-configs/dotfiles/hypr/configs/monitor/export.conf b/hypr-configs/dotfiles/hypr/configs/monitor/export.conf index 6d376e8..8db7b00 100644 --- a/hypr-configs/dotfiles/hypr/configs/monitor/export.conf +++ b/hypr-configs/dotfiles/hypr/configs/monitor/export.conf @@ -1 +1 @@ -source = ~/.config/hypr/configs/monitor/variants/desktop@75.conf +source = ~/.config/hypr/configs/monitor/variants/default.conf diff --git a/linux-configs b/linux-configs index 3c74f7f..a0ea9af 160000 --- a/linux-configs +++ b/linux-configs @@ -1 +1 @@ -Subproject commit 3c74f7fac7ed84882fe8e59dcd0ee9eb9af60477 +Subproject commit a0ea9afe959b88644f3a7010761cac7f8a0d3dd3 diff --git a/setup-go/main.go b/setup-go/main.go index 2f68be8..f1b7549 100644 --- a/setup-go/main.go +++ b/setup-go/main.go @@ -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": {"gperftools", "gperftools-32bit", "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"}, + "BASE_PACKAGES": {"gperftools", "gperftools-32bit", "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", "playerctl", "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"},