mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 10:20:12 +01:00
Merge pull request #82 from JaKooLit/Ubuntu-24.04-LTS
Ubuntu 24.04 lts Main to development
This commit is contained in:
commit
c591b8185d
@ -1,5 +1,8 @@
|
||||
## Changelogs
|
||||
|
||||
## 19 May 2024
|
||||
- Disabled the auto-login in .zprofile as it causes auto-login to Hyprland if any wayland was chosen. Can enabled if only using hyprland
|
||||
|
||||
## 10 May 2024
|
||||
- added wallust-git and remove python-pywal for migration to wallust on Hyprland-Dots v2.2.11
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
## 💌 JaKooLit's Ubuntu Hyprland Install Script 💌
|
||||
#### For Ubuntu 24.04 Noble Numbat
|
||||
|
||||
  
|
||||
   <a href="https://discord.gg/V2SJ92vbEN"> <img src="https://img.shields.io/discord/1151869464405606400?style=for-the-badge&logo=discord&color=cba6f7&link=https%3A%2F%2Fdiscord.gg%2V2SJ92vbEN"> </a>
|
||||
|
||||
<br/>
|
||||
</div>
|
||||
@ -214,6 +214,12 @@ log into your account
|
||||
- Feel free to copy, re-distribute, and use this script however you want. Would appreciate if you give me some loves by crediting my work :)
|
||||
|
||||
|
||||
#### ⏩ Contributing
|
||||
- As stated above, these script does not contain actual config files. These are only the installer of packages
|
||||
- The development branch of this script is pulling the latest "stable" releases of the Hyprland-Dotfiles.
|
||||
- If you want to contribute and/or test the Hyprland-Dotfiles (development branch), [`Hyprland-Dots-Development`](https://github.com/JaKooLit/Hyprland-Dots/tree/development)
|
||||
|
||||
|
||||
#### 👍👍👍 Thanks and Credits!
|
||||
- [`Hyprland`](https://hyprland.org/) Of course to Hyprland and @vaxerski for this awesome Dynamic Tiling Manager.
|
||||
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
|
||||
Hyprland
|
||||
fi
|
||||
#if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
|
||||
# Hyprland
|
||||
#fi
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
# Hyprland-Dots to download a specific release #
|
||||
|
||||
# Define the specific release version to download
|
||||
specific_version="v2.2.11"
|
||||
specific_version="v2.2.11-1"
|
||||
|
||||
## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user