From ab5c7ee998147b7739501560975b37d0bdec6884 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Thu, 23 Nov 2023 08:09:40 +0100 Subject: [PATCH] Updates --- .install/disabledm.sh | 5 ++++- .install/version.sh | 2 +- CHANGELOG | 17 +++++++++++++++++ wlogout/layout | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/.install/disabledm.sh b/.install/disabledm.sh index f54ccc7..04139e5 100644 --- a/.install/disabledm.sh +++ b/.install/disabledm.sh @@ -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 "" diff --git a/.install/version.sh b/.install/version.sh index f49efdc..86e4771 100644 --- a/.install/version.sh +++ b/.install/version.sh @@ -1 +1 @@ -version="2.5.2BETA" +version="2.6RC" diff --git a/CHANGELOG b/CHANGELOG index 52e305b..aaf0bf1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 -------------------------------------------------------- diff --git a/wlogout/layout b/wlogout/layout index 568bc3d..e20baae 100644 --- a/wlogout/layout +++ b/wlogout/layout @@ -13,7 +13,7 @@ { "label" : "logout", "action" : "sleep 1; hyprctl dispatch exit", - "text" : "Logout", + "text" : "Exit", "keybind" : "e" } {