diff --git a/.install/packages/hyprland-packages.sh b/.install/packages/hyprland-packages.sh index d384201..66a1a49 100644 --- a/.install/packages/hyprland-packages.sh +++ b/.install/packages/hyprland-packages.sh @@ -14,4 +14,5 @@ packagesYay=( "swaylock-effects-git" "wlogout" "nwg-look" + "emote" ); diff --git a/.install/templates/keyboard.conf b/.install/templates/keyboard.conf index f083e96..8f1b3d3 100644 --- a/.install/templates/keyboard.conf +++ b/.install/templates/keyboard.conf @@ -7,7 +7,8 @@ input { kb_variant = kb_model = kb_options = - + numlock_by_default = true + # For United States # kb_layout = us # kb_variant = intl diff --git a/README.md b/README.md index 783639c..cdecef9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ML4W dotfiles 2.8.1 RC1 +# ML4W dotfiles 2.8.1 RC2 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. @@ -336,6 +336,14 @@ sudo systemctl disable sddm.service sudo rm /etc/systemd/system/display-manager.service ``` +## Waybar is not loading + +There could be a conflict with xdg-desktop-portal-gtk. Please try to remove the package if installed with: + +``` +sudo pacman -R xdg-desktop-portal-gtk +``` + # Wallpaper repository You can find my wallpaper collection in the repository https://gitlab.com/stephan-raabe/wallpaper diff --git a/hypr/conf/keyboard.conf b/hypr/conf/keyboard.conf index 3f6bf51..4cf1b6a 100644 --- a/hypr/conf/keyboard.conf +++ b/hypr/conf/keyboard.conf @@ -7,7 +7,7 @@ input { kb_variant = kb_model = kb_options = - + numlock_by_default = true follow_mouse = 1 touchpad { natural_scroll = false