Updates
This commit is contained in:
parent
91d5a3101f
commit
67584262d5
|
@ -1 +1 @@
|
||||||
2.8.1RC3
|
2.8.1
|
|
@ -1 +1 @@
|
||||||
280
|
281
|
|
@ -1,5 +1,5 @@
|
||||||
Version 2.8.1
|
Version 2.8.1
|
||||||
https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.8
|
https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.8.1
|
||||||
--------------------------------------------------------
|
--------------------------------------------------------
|
||||||
General:
|
General:
|
||||||
- Swayidle replaced with hypridle (config in dotfiles/hypr/hypridle.conf)
|
- Swayidle replaced with hypridle (config in dotfiles/hypr/hypridle.conf)
|
||||||
|
|
19
README.md
19
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.
|
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.
|
||||||
|
|
||||||
<a href="https://gitlab.com/stephan-raabe/dotfiles/-/blob/main/screenshots/v28/screenshot-28-1.png?ref_type=heads" target="_blank"><img src="screenshots/v28/screenshot-28-1.png" /></a>
|
<a href="https://gitlab.com/stephan-raabe/dotfiles/-/blob/main/screenshots/v281/screenshot-281-1.png?ref_type=heads" target="_blank"><img src="screenshots/v281/screenshot-281-1.png" /></a>
|
||||||
|
|
||||||
PLEASE NOTE: This branch is the rolling release of the ML4W dotfiles and includes the latest changes.
|
PLEASE NOTE: This branch is the rolling release of the ML4W dotfiles and includes the latest changes.
|
||||||
|
|
||||||
Latest official release 2.8: <a href="https://youtu.be/6RNaBRSy-Zs" target="_blank">Watch on YouTube</a>
|
Latest official release 2.8.1: <a href="https://youtu.be/KHwJxpV_L1g" target="_blank">Watch on YouTube</a>
|
||||||
|
|
||||||
You can find the installation video (Version 2.7.1) on YouTube: <a href="https://youtu.be/kHG5czrQ7WA" target="_blank">Install Arch Linux with Hyprland & Qtile</a>
|
You can find the installation video (Version 2.7.1) on YouTube: <a href="https://youtu.be/kHG5czrQ7WA" target="_blank">Install Arch Linux with Hyprland & Qtile</a>
|
||||||
|
|
||||||
|
@ -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
|
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
|
# 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
|
# 1.) Change into your Downloads folder where you have downloaded the release to
|
||||||
cd ~/Downloads
|
cd ~/Downloads
|
||||||
|
|
||||||
# 2.) Unzip
|
# 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
|
# 3.) Change into the new dotfiles folder
|
||||||
cd dotfiles
|
cd dotfiles
|
||||||
|
|
||||||
|
# 4.) Switch to dev branch
|
||||||
|
git checkout dev
|
||||||
|
|
||||||
# 4.) Start the installation to update
|
# 4.) Start the installation to update
|
||||||
./install.sh
|
./install.sh
|
||||||
|
|
||||||
|
@ -143,10 +146,8 @@ 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.
|
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.
|
||||||
|
|
BIN
screenshots/v281/screenshot-v281-1.png
Normal file
BIN
screenshots/v281/screenshot-v281-1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 MiB |
Loading…
Reference in New Issue
Block a user