feat: new required packages

This commit is contained in:
hesam-init 2024-03-17 10:48:44 +03:30
parent d70ab94d45
commit 93b9a43254
7 changed files with 11 additions and 10 deletions

View file

@ -30,7 +30,7 @@ The following packages are required for the proper functioning of Hyprland on Vo
<details> <details>
<summary><strong>Core Hyprland Components</strong></summary> <summary><strong>Core Hyprland Components</strong></summary>
- [Void-Hyprland](https://github.com/Makrennel/hyprland-void) : ``` hyprland hyprland-protocols xdg-desktop-portal-hyprland xdg-desktop-portal xdg-utils wayland wayland-protocols xdg-desktop-portal-wlr xdg-desktop-portal-gtk ``` - [Void-Hyprland](https://github.com/Makrennel/hyprland-void) : ``` hyprland hyprland-protocols xorg-server-xwayland xdg-desktop-portal-hyprland xdg-desktop-portal xdg-utils wayland wayland-protocols xdg-desktop-portal-wlr xdg-desktop-portal-gtk ```
</details> </details>
<details> <details>

View file

@ -21,4 +21,4 @@ gestures {
workspace_swipe = on workspace_swipe = on
workspace_swipe_invert = no workspace_swipe_invert = no
workspace_swipe_cancel_ratio = 0.1 workspace_swipe_cancel_ratio = 0.1
} }

View file

@ -2,8 +2,8 @@
# Mice : hyprctl devices # Mice : hyprctl devices
# ----------------------------------------------------- # -----------------------------------------------------
device:instant-usb-gaming-mouse- { # device:instant-usb-gaming-mouse- {
sensitivity=0.5 # sensitivity=0.5
natural_scroll=0 # natural_scroll=0
accel_profile=flat # accel_profile=flat
} # }

View file

@ -9,6 +9,7 @@ windowrulev2 = animation popin,class:^(alacritty|Alacritty|pavucontrol|org.kde.p
windowrulev2 = float,class:^(nemo|pavucontrol|wlogout|dunst|Dunst|org.kde.polkit-kde-authentication-agent-1)$ windowrulev2 = float,class:^(nemo|pavucontrol|wlogout|dunst|Dunst|org.kde.polkit-kde-authentication-agent-1)$
windowrulev2 = size 65%,class:^(nemo)$ windowrulev2 = size 65%,class:^(nemo)$
windowrulev2 = center,class:^(nemo)$ windowrulev2 = center,class:^(nemo)$
windowrulev2 = stayfocused, title:^()$,class:^(rofi)$
# bluetooth managers rules : # bluetooth managers rules :
windowrulev2 = float, class:^(blueman-manager)$ windowrulev2 = float, class:^(blueman-manager)$

View file

@ -4,7 +4,6 @@
# ----------------------------------------------------- # -----------------------------------------------------
general { general {
max_fps = 75
gaps_in = 4 gaps_in = 4
gaps_out = 6 gaps_out = 6
border_size = 1 border_size = 1
@ -12,7 +11,7 @@ general {
col.active_border = rgba(0DB7D4FF) col.active_border = rgba(0DB7D4FF)
col.inactive_border = rgba(31313699) col.inactive_border = rgba(31313699)
no_focus_fallback = true no_focus_fallback = false
layout = dwindle layout = dwindle
allow_tearing = false allow_tearing = false

View file

@ -12,6 +12,7 @@
# ----------------------------------------------------- # -----------------------------------------------------
env = XCURSOR_SIZE,24 env = XCURSOR_SIZE,24
env = QT_QPA_PLATFORM,wayland env = QT_QPA_PLATFORM,wayland
$SCRIPT_PATH = ~/.config/hypr/scripts $SCRIPT_PATH = ~/.config/hypr/scripts
$mainMod = SUPER $mainMod = SUPER

View file

@ -7,7 +7,7 @@ DISABLE_GRUB_MENU=false
declare -A PACKAGES=( declare -A PACKAGES=(
["BASE_PACKAGES"]="cronie git stow eza dbus seatd elogind polkit NetworkManager gnome-keyring polkit-gnome mesa-dri pipewire wireplumber inotify-tools void-repo-multilib void-repo-nonfree wpa_supplicant wifish wpa-cute wpa_gui xorg gnome-keyring polkit-gnome mtpfs inotify-tools ffmpeg libnotify git base-devel" ["BASE_PACKAGES"]="cronie git stow eza dbus seatd elogind polkit NetworkManager gnome-keyring polkit-gnome mesa-dri pipewire wireplumber inotify-tools void-repo-multilib void-repo-nonfree wpa_supplicant wifish wpa-cute wpa_gui xorg gnome-keyring polkit-gnome mtpfs inotify-tools ffmpeg libnotify git base-devel"
["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" ["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"
["HYPRLAND_PACKAGES"]="Waybar rofi avizo dunst swaybg mpvpaper grim jq slurp cliphist wl-clipboard swayidle pavucontrol nemo eog pavucontrol evince" ["HYPRLAND_PACKAGES"]="Waybar rofi 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"
["SYSTEM_APPS"]="alacritty zellij bat dust aria2 fzf neofetch bat octoxbps" ["SYSTEM_APPS"]="alacritty zellij bat dust aria2 fzf neofetch bat octoxbps"
) )