KLV-Hyprland-CE-5.8 stable (v.Hyprland-0.44.1_1) Final release

Moderator: Forum moderators

Post Reply
User avatar
Sofiya
Posts: 2540
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1570 times
Been thanked: 1726 times

KLV-Hyprland-CE-5.8 stable (v.Hyprland-0.44.1_1) Final release

Post by Sofiya »

KLV-Hyprland-CE-5.8 stable (v.Hyprland-0.44.1_1 ) Final release

  • Update aquamarine v.0.4.3
    Update sdbus-cpp, hypridle, hyprlock and xdph

    md5 checksum: c1de2d31dc901acca4a028301b8b2c15

  • Login:spot

  • Password:spot

Getting started : Learning hotkeys MOD + H

ISO:
https://github.com/sofijacom/KLV-Hyprla ... s/tag/v5.8

Before using xbps package manager - Run in terminal .to accept the repository fingerprint.
run sudo xbps-install -S in a terminal and press Y then Enter

Attachments
KLbuild_Void_hyprland_0.44.1-1_swayBASE.sh.FALSE.gz
(3.46 KiB) Downloaded 9 times
Screenshot.png
Screenshot.png (84.42 KiB) Viewed 1064 times
Last edited by Sofiya on Tue Mar 04, 2025 7:22 am, edited 4 times in total.

KL-Linux https://sofijacom.github.io
KL LINUX Simple fast free

User avatar
Sofiya
Posts: 2540
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1570 times
Been thanked: 1726 times

Re: KLV-Hyprland-CE-5.8 stable (v.Hyprland-0.44.1_1 )

Post by Sofiya »

Announcement:

ISO repacked, configuration file corrected
---------------------------------------------------------------------------------------------------------------------------------------
information for packers:

save2flash-1.9_0.noarch.xbps -- which was downloaded initially has no dependencies during installation
I advise you to check the downloaded one (save2flash-1.9_0.noarch.xbps) for the presence of dependencies written into it, otherwise you will get the same error as me .When exiting, save/don't save. Will not be displayed.
---------------------------------------------------------------------------------------------------------------------------------------
package with dependencies viewtopic.php?p=116540#p116540
---------------------------------------------------------------------------------------------------------------------------------------
I also want to note that for save2flash sudo xbps-install -Su dialog is not installed. This error was noticed after packing the ISO - I will not repack it - just install "dialog" or build the assembly from the script

Attachments
Screenshot_29-Oct_20-41-41_26966.jpg
Screenshot_29-Oct_20-41-41_26966.jpg (59.15 KiB) Viewed 986 times

KL-Linux https://sofijacom.github.io
KL LINUX Simple fast free

User avatar
Sofiya
Posts: 2540
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1570 times
Been thanked: 1726 times

Re: KLV-Hyprland-CE-5.8 stable (v.Hyprland-0.44.1_1 )

Post by Sofiya »

Announcement:
Due to the transition to " python 3.13 " programs nwg-drawer , waypaper have been updated. For correct operation, compile the assembly using the script

Or if you don't want to build a new assembly, download and install the packages

nwg-drawer :arrow: https://gitlab.com/sofija.p2018/kla-ot2 ... 86_64.xbps
waypaper :arrow: https://gitlab.com/sofija.p2018/kla-ot2 ... oarch.xbps

KL-Linux https://sofijacom.github.io
KL LINUX Simple fast free

User avatar
Sofiya
Posts: 2540
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1570 times
Been thanked: 1726 times

Re: KLV-Hyprland-CE-5.8 stable (v.Hyprland-0.44.1_1) Final release

Post by Sofiya »

Void finally updated gcc to version 14
compile new programs

Attachments
2025-04-16_18-30.png
2025-04-16_18-30.png (14.98 KiB) Viewed 258 times

KL-Linux https://sofijacom.github.io
KL LINUX Simple fast free

User avatar
Sofiya
Posts: 2540
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1570 times
Been thanked: 1726 times

Re: KLV-Hyprland-CE-5.8 stable (v.Hyprland-0.44.1_1) Final release

Post by Sofiya »

New version released (hyprland-0.48.1_1.x86_64.xbps)

note:
Accordingly, to get a new version, you must have the Hyprland package repository connected.

echo repository=https://raw.githubusercontent.com/sofijacom/hyprland-void/repository-x86_64-glibc | sudo tee /etc/xbps.d/hyprland-void.conf

Then you need to refresh your repositories and accept the repository's fingerprint:
sudo xbps-install -S
___________________________________________________________________________________________________________________
view all packages for Hyprland

xbps-query -Rs hypr
___________________________________________________________________________________________________________________

install missing packages sudo xbps-install -S hyprland-qt-support hyprland-qtutils hyprpolkitagent hyprsunset hyprsysteminfo

now there is an official package "swww" - remove unofficial sudo xbps-remove -R swww

install official sudo xbps-install -S swww

comment:
in /home/spot/.config/hypr/configs/window_rules.conf

Comment out lines 7 through 17

in /home/spot/.config/hypr/hyprland.conf
94,95,96,97 lines
_______________________________________________________________________

/home/spot/.config/hypr/configs/window_rules.conf

Code: Select all

# example window rules
# for windows named/classed as abc and xyz

# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
# Example windowrule v1

windowrule = float, class:^(org.kde.polkit-kde-authentication-agent-1)$
windowrule = float, class:^(nm-connection-editor|nm-applet|blueman-manager)$
windowrule = float, class:^(swayimg|vlc|Viewnior|pavucontrol|kvantummanager)$
windowrule = float, class:^(nwg-look|qt5ct|qt6ct|mpv|galculator|unetbootin)$
windowrule = float, class:^(zoom|xarchiver|waypaper|usbimager)$
windowrule = float, class:^(wdisplays|font-viewer|yad)$

windowrulev2 = float, class:^(audacious)$
windowrulev2 = float, title:^(Picture-in-Picture)$

windowrulev2 = suppressevent maximize, class:.* # You'll probably like this.

# windowrule v2
windowrulev2 = workspace 1, class:^(Firefox)$
windowrulev2 = workspace 2, class:^(microsoft-edge)$
windowrulev2 = workspace 3, class:^(chromium)$
windowrulev2 = workspace 4, class:^(com.obsproject.Studio)$
windowrulev2 = workspace 5 silent, class:^(Steam)$,title:^(Steam)$
windowrulev2 = workspace 5 silent, class:^(lutris)$
windowrulev2 = workspace 6, class:^(virt-manager)$
windowrulev2 = workspace 7 silent, class:^(discord)$
#windowrulev2 = workspace 8, class:^(pcmanfm)$
windowrulev2 = workspace 9 silent, class:^(audacious)$

# windowrulev2 = opacity 0.90 0.90,class:^(Firefox)$
windowrulev2 = opacity 0.90 0.90,class:^(Brave-browser)$
windowrulev2 = opacity 0.80 0.80,class:^(Steam)$
windowrulev2 = opacity 0.80 0.80,class:^(steam)$
windowrulev2 = opacity 0.80 0.80,class:^(steamwebhelper)$
windowrulev2 = opacity 0.80 0.80,class:^(Spotify)$
windowrulev2 = opacity 0.80 0.80,class:^(Code)$
windowrulev2 = opacity 0.80 0.80,class:^(code-url-handler)$
windowrulev2 = opacity 0.80 0.80,class:^(kitty)$
windowrulev2 = opacity 0.80 0.80,class:^(nwg-look)$
windowrulev2 = opacity 0.80 0.80,class:^(qt5ct)$
windowrulev2 = opacity 0.80 0.80,class:^(qt6ct)$
windowrulev2 = opacity 0.80 0.80,class:^(lxtask)$
windowrulev2 = opacity 0.80 0.80,class:^(kvantummanager)$
windowrulev2 = opacity 0.80 0.80,class:^(yad)$ 
windowrulev2 = opacity 0.80 0.70,class:^(pavucontrol)$
windowrulev2 = opacity 0.80 0.70,class:^(blueman-manager)$
windowrulev2 = opacity 0.80 0.70,class:^(nm-applet)$
windowrulev2 = opacity 0.80 0.70,class:^(nm-connection-editor)$

# opacity (transparent) ( 0.9 0.7, ) #enable as desired
windowrulev2 = opacity 0.8 0.8, class:^(pcmanfm)$
windowrulev2 = opacity 0.8 0.8, class:^(thunar)$
windowrulev2 = opacity 0.8 0.8, class:^(foot)$
windowrulev2 = opacity 0.8 0.8, class:^(wofi)$
windowrulev2 = opacity 0.9 0.9, class:^(geany)$
windowrulev2 = opacity 0.9 0.9, class:^(codium-url-handler)$
windowrulev2 = opacity 0.9 0.9, class:^(VSCodium)$
windowrulev2 = opacity 0.8 0.8, class:^(sakura)$
windowrulev2 = opacity 0.8 0.8, class:^(XTerm)$
windowrulev2 = opacity 0.8 0.8, class:^(UXTerm)$

# for ttyclock / rsclock
windowrulev2 = float, class:^(clock)$, title:^(clock)$
windowrulev2 = size 37% 27%, class:^(clock)$, title:^(clock)$
windowrulev2 = center, class:^(clock)$, title:^(clock)$

windowrulev2 = size 400 550,class:(Rofi)
windowrulev2 = center, class:(Rofi)
windowrulev2 = float,class:(Rofi)

# windowrulev2 = bordercolor rgb(EE4B55) rgb(880808), fullscreen:1
# windowrulev2 = bordercolor rgb(282737) rgb(1E1D2D), floating:1
# windowrulev2 = opacity 0.8 0.8, pinned:1

# layerrule = ignorezero, swaync-control-center
# layerrule = ignorezero, waybar
# layerrule = ignorezero, rofi

KL-Linux https://sofijacom.github.io
KL LINUX Simple fast free

Post Reply

Return to “KLV-HyprlandCE”