diff --git a/.version/name b/.version/name index 48d03e1..96d7717 100644 --- a/.version/name +++ b/.version/name @@ -1 +1 @@ -2.8.1RC3 \ No newline at end of file +2.8.1 \ No newline at end of file diff --git a/.version/version b/.version/version index c2567dc..f3a5e81 100644 --- a/.version/version +++ b/.version/version @@ -1 +1 @@ -280 \ No newline at end of file +281 \ No newline at end of file diff --git a/CHANGELOG b/CHANGELOG index 1f94ecf..356aaef 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,5 @@ Version 2.8.1 -https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.8 +https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.8.1 -------------------------------------------------------- General: - Swayidle replaced with hypridle (config in dotfiles/hypr/hypridle.conf) diff --git a/README.md b/README.md index 6fdf429..e06aaf8 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -# ML4W dotfiles 2.8.1 RC3 +# ML4W dotfiles 2.8.1 This is my configuration of Hyprland (Wayland) and Qtile (X11) for Arch Linux based distributions. This package includes an installation script to install and setup the required components. - + PLEASE NOTE: This branch is the rolling release of the ML4W dotfiles and includes the latest changes. -Latest official release 2.8: Watch on YouTube +Latest official release 2.8.1: Watch on YouTube You can find the installation video (Version 2.7.1) on YouTube: Install Arch Linux with Hyprland & Qtile @@ -46,7 +46,7 @@ The reference installation on the dotfiles is based on Arch Linux installed with Please watch the video on YouTube: https://youtu.be/kHG5czrQ7WA -## Installation with GIT of Rolling Release +## Installation with GIT ``` # 1.) Change into your Downloads folder @@ -63,18 +63,21 @@ cd dotfiles ``` -## Installation with GIT of the latest release +## Installation with GIT of the rolling release ``` # 1.) Change into your Downloads folder where you have downloaded the release to cd ~/Downloads # 2.) Unzip -git clone --branch 2.8 https://gitlab.com/stephan-raabe/dotfiles.git +git clone https://gitlab.com/stephan-raabe/dotfiles.git # 3.) Change into the new dotfiles folder cd dotfiles +# 4.) Switch to dev branch +git checkout dev + # 4.) Start the installation to update ./install.sh @@ -143,13 +146,11 @@ You can install a custom tty login issue (layout) with the dotfiles installer. I made good experiences with the Display Manager SDDM (https://github.com/sddm/sddm). Also gdm could work. -Important is that you use the package sddm-git. You can replace sddm with sddm-git with - ``` -yay -S sddm-git +yay -S sddm ``` -The dotfiles installation script will offer to deactivate the installed display manager and to activate SDDM. +The dotfiles installation script will offer to deactivate the installed display manager and to activate SDDM. The dotfiles package also includes a configuration for the SDDM theme sdd-sugar-candy (https://github.com/Kangie/sddm-sugar-candy) and a configuration to run SDDM in X11 mode to get the best compatibility. diff --git a/screenshots/v281/screenshot-v281-1.png b/screenshots/v281/screenshot-v281-1.png new file mode 100644 index 0000000..5a03527 Binary files /dev/null and b/screenshots/v281/screenshot-v281-1.png differ