5 lines
136 B
Bash
Executable file
5 lines
136 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# docstring=disable hyprland blur for performance
|
|
set -E -o pipefail
|
|
|
|
hyprctl keyword decoration:blur:enabled false
|