Compare commits
2 Commits
ac02b92b12
...
bb9df4eb14
| Author | SHA1 | Date | |
|---|---|---|---|
| bb9df4eb14 | |||
| 7138a0da41 |
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
install_package "xorg-server-xwayland"
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user