mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 18:20:13 +01:00
Merge pull request #76 from JaKooLit/Ubuntu-24.04-LTS
Ubuntu 24.04 lts Main to development
This commit is contained in:
commit
6fb8d3b075
@ -12,6 +12,8 @@
|
||||
- With latest Hyprland v0.40.0 released, it wont build on Ubuntu 24.04 LTS. Reason is that Ubuntu did not update their wayland-protocol. Its the reason why it wont build.
|
||||
- This is the reason why I have to set a specific release version on Hyprland packages including its eco-system as it is most likely wayland protocol wont be updated since its an LTS version.
|
||||
|
||||
## SHOW CASE
|
||||
https://github.com/JaKooLit/Debian-Hyprland/assets/85185940/66ccc81c-5e8e-4f6e-921d-68f063b2a3f4
|
||||
|
||||
> [!IMPORTANT]
|
||||
> install a backup tool like `snapper` or `timeshift`. and Backup your system before installing hyprland using this script. This script does NOT include uninstallation of packages
|
||||
|
||||
@ -19,16 +19,4 @@ source $ZSH/oh-my-zsh.sh
|
||||
#pokemon-colorscripts --no-title -s -r
|
||||
|
||||
|
||||
### From this line is for pywal-colors
|
||||
# Import colorscheme from 'wal' asynchronously
|
||||
# & # Run the process in the background.
|
||||
# ( ) # Hide shell job control messages.
|
||||
# Not supported in the "fish" shell.
|
||||
#(cat ~/.cache/wal/sequences &)
|
||||
|
||||
# Alternative (blocks terminal for 0-3ms)
|
||||
#cat ~/.cache/wal/sequences
|
||||
|
||||
# To add support for TTYs this line can be optionally added.
|
||||
#source ~/.cache/wal/colors-tty.sh
|
||||
|
||||
|
||||
@ -5,6 +5,7 @@
|
||||
|
||||
nvidia_pkg=(
|
||||
libva-wayland2
|
||||
libnvidia-egl-wayland1
|
||||
nvidia-vaapi-driver
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user