1
0
mirror of https://gitlab.com/linuxstuff/dotfiles.git synced 2026-06-20 04:30:53 +02:00

disable bell for all x applications

This commit is contained in:
sim
2021-11-07 10:57:53 +01:00
parent 8576130770
commit de6e9583f3
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -39,10 +39,11 @@ autostart() {
run "nitrogen --restore" run "nitrogen --restore"
run "unclutter --timeout 5 --jitter 5 --ignore-scrolling" run "unclutter --timeout 5 --jitter 5 --ignore-scrolling"
run "light-locker" run "light-locker"
#run "sleep 5; xsnow -snowflakes 50 -notrees" run "sleep 5; xsnow -snowflakes 50 -notrees"
# Audio # Audio
run "zsh -c 'pactl unload-module module-role-cork'" run "zsh -c 'pactl unload-module module-role-cork'"
run "xset -b"
# Config # Config
run "yadm pull" run "yadm pull"
+1 -1
View File
@@ -275,7 +275,7 @@ blur: {
# requires: https://github.com/ibhagwan/picom # requires: https://github.com/ibhagwan/picom
method = "dual_kawase"; method = "dual_kawase";
#method = "kernel"; #method = "kernel";
strength = 4; strength = 12;
# deviation = 1.0; # deviation = 1.0;
# kernel = "11x11gaussian"; # kernel = "11x11gaussian";
background = false; background = false;