Compare commits

...

2 Commits

Author SHA1 Message Date
desolate bb9df4eb14 fix mango config typos 2026-05-29 12:44:27 +03:00
desolate 7138a0da41 add xorg-server-xwayland package 2026-05-29 12:44:04 +03:00
4 changed files with 7 additions and 3 deletions
@@ -58,7 +58,7 @@ left_handed=0
middle_button_emulation=0
# Minimum swipe threshold when use gesture.
min_swipe_threshold=1
swipe_min_threshold=1
# 0 — 1/2/3 finger tap maps to left / right / middle.
# 1 — 1/2/3 finger tap maps to left / middle / right.
+2 -2
View File
@@ -6,7 +6,7 @@ blur=1
# Enable blur for layer surfaces (like bars/docks).
blur_layer=1
i# Caches the wallpaper and blur background, significantly reducing GPU usage.
# Caches the wallpaper and blur background, significantly reducing GPU usage.
# Disabling it will significantly increase GPU consumption and may cause rendering lag.
# Highly recommended.
blur_optimized=0
@@ -17,7 +17,7 @@ blur_params_radius=10
# Number of passes. Higher = smoother but more expensive.
blur_params_num_passes=3
Blur noise level.
# Blur noise level.
blur_params_noise=0.02
# Blur brightness adjustment.
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
install_package "xorg-server-xwayland"
+1
View File
@@ -40,5 +40,6 @@ INSTALLING PACKAGES:
. "$PACKAGES_DIR/install-waylock.sh"
. "$PACKAGES_DIR/install-wiremix.sh"
. "$PACKAGES_DIR/install-wl-clipboard.sh"
. "$PACKAGES_DIR/install-xorg-server-xwayland.sh"
. "$PACKAGES_DIR/install-yazi.sh"
. "$PACKAGES_DIR/install-zsh.sh"