This commit is contained in:
Stephan Raabe 2023-11-23 08:09:40 +01:00
parent 195e5ddaa9
commit ab5c7ee998
4 changed files with 23 additions and 3 deletions

View File

@ -18,11 +18,14 @@ echo -e "${NONE}"
echo ""
if [[ $profile == *"Hyprland"* ]]; then
echo "IMPORTANT: Starting Hyprland from tty (terminal) with command Hyprland is recommended."
echo "Login with display managers could fail and could have negative side effects on some devices."
echo "Please check: https://wiki.hyprland.org/hyprland-wiki/pages/Getting-Started/Master-Tutorial/#launching-hyprland"
echo "Hyprland could work with SDDM > 0.20.0 or the latest git version (yay -S sddm-git)."
echo "Login with other display managers could fail and could have negative side effects on some devices."
fi
if [[ $profile == *"Qtile"* ]]; then
echo "PLEASE NOTE: Qtile works with Display Managers."
echo "But if you want to use the tty based (terminal) login instead, you can disable the display manager now."
echo "If you install the aliases with the included .bashrc, you can start Qtile with the command Qtile or QtileWayland."
fi
echo ""

View File

@ -1 +1 @@
version="2.5.2BETA"
version="2.6RC"

View File

@ -1,3 +1,20 @@
Version 2.6
https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.6
--------------------------------------------------------
Installation:
- Script ensures with the start that rsync and gum is installed
- All dialogues implememted with gum to increase usability
- New .dev folder with sync scripts added to sync from dotfiles-version/* to ~/dotfiles (Please check before executing)
Hyprland:
- New variations for decoration and window
- Variations for monitor settings introduced
- More keybindings for function keys added
Known issues Qtile Wayland:
- GTK dark theme is not always working
- Screen recording issues with OBS Studio and other applications
Version 2.5.1
https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.5.1
--------------------------------------------------------

View File

@ -13,7 +13,7 @@
{
"label" : "logout",
"action" : "sleep 1; hyprctl dispatch exit",
"text" : "Logout",
"text" : "Exit",
"keybind" : "e"
}
{