Updates
This commit is contained in:
parent
a83fde0282
commit
878c084eab
@ -14,4 +14,5 @@ packagesYay=(
|
|||||||
"swaylock-effects-git"
|
"swaylock-effects-git"
|
||||||
"wlogout"
|
"wlogout"
|
||||||
"nwg-look"
|
"nwg-look"
|
||||||
|
"emote"
|
||||||
);
|
);
|
||||||
|
@ -7,7 +7,8 @@ input {
|
|||||||
kb_variant =
|
kb_variant =
|
||||||
kb_model =
|
kb_model =
|
||||||
kb_options =
|
kb_options =
|
||||||
|
numlock_by_default = true
|
||||||
|
|
||||||
# For United States
|
# For United States
|
||||||
# kb_layout = us
|
# kb_layout = us
|
||||||
# kb_variant = intl
|
# kb_variant = intl
|
||||||
|
10
README.md
10
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.
|
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
|
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
|
# Wallpaper repository
|
||||||
|
|
||||||
You can find my wallpaper collection in the repository https://gitlab.com/stephan-raabe/wallpaper
|
You can find my wallpaper collection in the repository https://gitlab.com/stephan-raabe/wallpaper
|
||||||
|
@ -7,7 +7,7 @@ input {
|
|||||||
kb_variant =
|
kb_variant =
|
||||||
kb_model =
|
kb_model =
|
||||||
kb_options =
|
kb_options =
|
||||||
|
numlock_by_default = true
|
||||||
follow_mouse = 1
|
follow_mouse = 1
|
||||||
touchpad {
|
touchpad {
|
||||||
natural_scroll = false
|
natural_scroll = false
|
||||||
|
Loading…
Reference in New Issue
Block a user