diff --git a/hypr-configs/dotfiles/hypr/configs/input.conf b/hypr-configs/dotfiles/hypr/configs/input.conf index 95b96b3..956d40e 100644 --- a/hypr-configs/dotfiles/hypr/configs/input.conf +++ b/hypr-configs/dotfiles/hypr/configs/input.conf @@ -13,6 +13,6 @@ input { touchpad { natural_scroll = false - disable_while_typing = 1 + disable_while_typing = 0 } } \ No newline at end of file diff --git a/setup.sh b/setup.sh index 02f5d31..de4b3ed 100755 --- a/setup.sh +++ b/setup.sh @@ -19,10 +19,11 @@ declare -a ORDERS_LIST=( ) declare -A PACKAGES_LIST=( + ["GAMING_PACKAGES"]="steam gamescope gamemode wine winetricks wine-tools wine-common winegui wine-32bit wine-devel wine-devel-32bit lutris" ["CONTAINER_PACKAGES"]="podman podman-compose catatonit" ["AMD_DRIVERS"]="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 mesa-dri mesa-vaapi opencl2-headers mesa-32bit mesa-dri-32bit mesa-vaapi-32bit libglvnd libglapi libglvnd-32bit libglapi-32bit" ["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" - ["BASE_PACKAGES"]="curl wget inetutils v4l2loopback bind-utils zellij bat dust aria2 fzf neofetch bat fish-shell brightnessctl bluez cronie git stow eza dbus seatd elogind polkit NetworkManager polkit-gnome rtkit pipewire wireplumber libspa-bluetooth inotify-tools xorg gnome-keyring polkit-gnome mtpfs ffmpeg libnotify fontconfig-32bit fontconfig" + ["BASE_PACKAGES"]="xmirror curl wget inetutils v4l2loopback bind-utils zellij bat dust aria2 fzf neofetch bat fish-shell brightnessctl bluez cronie git stow eza dbus seatd elogind polkit NetworkManager polkit-gnome rtkit pipewire wireplumber libspa-bluetooth inotify-tools xorg gnome-keyring polkit-gnome mtpfs ffmpeg libnotify fontconfig-32bit fontconfig" ["SYSTEM_APPS"]="alacritty octoxbps blueman glow" ["HYPRLAND_PACKAGES"]="noto-fonts-emoji socat eww nerd-fonts-symbols-ttf Waybar 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 qt5-wayland qt6-wayland qt6ct nwg-look" )