From de6e9583f34bbc31ac8407c3739e10c17dae83a1 Mon Sep 17 00:00:00 2001 From: sim Date: Sun, 7 Nov 2021 10:57:53 +0100 Subject: [PATCH] disable bell for all x applications --- .config/autostart.sh##h.yoga3 | 3 ++- .config/picom.conf | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/autostart.sh##h.yoga3 b/.config/autostart.sh##h.yoga3 index ac9e6d7..265f39e 100644 --- a/.config/autostart.sh##h.yoga3 +++ b/.config/autostart.sh##h.yoga3 @@ -39,10 +39,11 @@ autostart() { run "nitrogen --restore" run "unclutter --timeout 5 --jitter 5 --ignore-scrolling" run "light-locker" - #run "sleep 5; xsnow -snowflakes 50 -notrees" + run "sleep 5; xsnow -snowflakes 50 -notrees" # Audio run "zsh -c 'pactl unload-module module-role-cork'" + run "xset -b" # Config run "yadm pull" diff --git a/.config/picom.conf b/.config/picom.conf index 352b392..2466b22 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -275,7 +275,7 @@ blur: { # requires: https://github.com/ibhagwan/picom method = "dual_kawase"; #method = "kernel"; - strength = 4; + strength = 12; # deviation = 1.0; # kernel = "11x11gaussian"; background = false;