diff --git a/.install/version.sh b/.install/version.sh index 86e4771..380cb01 100644 --- a/.install/version.sh +++ b/.install/version.sh @@ -1 +1 @@ -version="2.6RC" +version="2.6" diff --git a/CHANGELOG b/CHANGELOG index a4a76aa..37c4859 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,19 +3,19 @@ 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 +- All dialogues implemented with gum to increase usability - New .dev folder with sync scripts added to sync from dotfiles-version/* to ~/dotfiles (Please check before executing) - exa replaced with eza (exa not maintained anymore) Hyprland: -- New settings cli app to change variations on the fly. SUPER+CTRL+S or wheel icon in waybar. +- New settings cli app to change configuration variations on the fly. SUPER+CTRL+S or wheel icon in waybar. - New variations for decoration and window -- Variations for monitor settings introduced +- Variations for monitor settings introduced (can be used to define a custom multi-monitor setup. Please see the Hyprland Wiki) - More keybindings for function keys added - New ML4W black and white Waybar Theme (+ bottom and blur version) Known issues Qtile Wayland: -- GTK dark theme is not always working +- GTK dark theme not always working - Screen recording issues with OBS Studio and other applications Version 2.5.1 diff --git a/README.md b/README.md index 16c75fe..a86d344 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ML4W dotfiles 2.6RC +# ML4W dotfiles 2.6 This is my configuration of Hyprland (Wayland) and Qtile (Xorg & Wayland). This package includes an installation script to install and setup the required components. @@ -34,6 +34,25 @@ cd dotfiles # 4.) Start the installation ./install.sh +``` +### Update with GIT (Rolling Release of main branch) + +``` +# 1.) Change into your Downloads folder +cd ~/Downloads + +# 2.) Delete existing dotfiles folder +rm -rf dotfiles + +# 3.) Clone the dotfiles repository into the Downloads folder +git clone https://gitlab.com/stephan-raabe/dotfiles.git + +# 4.) Change into the dotfiles folder +cd dotfiles + +# 5.) Start the installation to update +./install.sh + ``` To access the latest release please choose the latest tag https://gitlab.com/stephan-raabe/dotfiles/-/tags or the latest release https://gitlab.com/stephan-raabe/dotfiles/-/releases diff --git a/hypr/scripts/keybindings.sh b/hypr/scripts/keybindings.sh index af7c7a7..03459ca 100755 --- a/hypr/scripts/keybindings.sh +++ b/hypr/scripts/keybindings.sh @@ -22,4 +22,4 @@ keybinds=$(echo "$keybinds" | sed 's/$mainMod/SUPER/g'| sed 's/,\([^,]*\)$/ = \ # ----------------------------------------------------- # Show keybindings in rofi # ----------------------------------------------------- -rofi -dmenu -replace -p "Keybinds" -config ~/dotfiles/rofi/config-compact.rasi <<< "$keybinds" \ No newline at end of file +rofi -dmenu -i -replace -p "Keybinds" -config ~/dotfiles/rofi/config-compact.rasi <<< "$keybinds" \ No newline at end of file