diff --git a/README.md b/README.md index ecda7cf..8a064ee 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The following packages are required for the proper functioning of Hyprland on Vo
Core Hyprland Components - - [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 ```
diff --git a/configs/hyprland/hypr/conf/input.conf b/configs/hyprland/hypr/conf/input.conf index a506c94..fe3d635 100644 --- a/configs/hyprland/hypr/conf/input.conf +++ b/configs/hyprland/hypr/conf/input.conf @@ -21,4 +21,4 @@ gestures { workspace_swipe = on workspace_swipe_invert = no workspace_swipe_cancel_ratio = 0.1 -} \ No newline at end of file +} diff --git a/configs/hyprland/hypr/conf/mice.conf b/configs/hyprland/hypr/conf/mice.conf index b495317..b2c081c 100644 --- a/configs/hyprland/hypr/conf/mice.conf +++ b/configs/hyprland/hypr/conf/mice.conf @@ -2,8 +2,8 @@ # Mice : hyprctl devices # ----------------------------------------------------- -device:instant-usb-gaming-mouse- { - sensitivity=0.5 - natural_scroll=0 - accel_profile=flat -} \ No newline at end of file +# device:instant-usb-gaming-mouse- { +# sensitivity=0.5 +# natural_scroll=0 +# accel_profile=flat +# } \ No newline at end of file diff --git a/configs/hyprland/hypr/conf/rules/windows.conf b/configs/hyprland/hypr/conf/rules/windows.conf index 7402d3b..79ebe9d 100644 --- a/configs/hyprland/hypr/conf/rules/windows.conf +++ b/configs/hyprland/hypr/conf/rules/windows.conf @@ -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 = size 65%,class:^(nemo)$ windowrulev2 = center,class:^(nemo)$ +windowrulev2 = stayfocused, title:^()$,class:^(rofi)$ # bluetooth managers rules : windowrulev2 = float, class:^(blueman-manager)$ diff --git a/configs/hyprland/hypr/conf/settings.conf b/configs/hyprland/hypr/conf/settings.conf index 2c2cac2..2f0aff4 100644 --- a/configs/hyprland/hypr/conf/settings.conf +++ b/configs/hyprland/hypr/conf/settings.conf @@ -4,7 +4,6 @@ # ----------------------------------------------------- general { - max_fps = 75 gaps_in = 4 gaps_out = 6 border_size = 1 @@ -12,7 +11,7 @@ general { col.active_border = rgba(0DB7D4FF) col.inactive_border = rgba(31313699) - no_focus_fallback = true + no_focus_fallback = false layout = dwindle allow_tearing = false diff --git a/configs/hyprland/hypr/hyprland.conf b/configs/hyprland/hypr/hyprland.conf index 34830ab..b0a1a9b 100644 --- a/configs/hyprland/hypr/hyprland.conf +++ b/configs/hyprland/hypr/hyprland.conf @@ -12,6 +12,7 @@ # ----------------------------------------------------- env = XCURSOR_SIZE,24 env = QT_QPA_PLATFORM,wayland + $SCRIPT_PATH = ~/.config/hypr/scripts $mainMod = SUPER diff --git a/scripts/pkgs-installer.sh b/scripts/pkgs-installer.sh index bd7743d..f5326f9 100755 --- a/scripts/pkgs-installer.sh +++ b/scripts/pkgs-installer.sh @@ -7,7 +7,7 @@ DISABLE_GRUB_MENU=false 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" ["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" )