mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-06-17 19:25:59 +02:00
disable bell for all x applications
This commit is contained in:
@@ -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"
|
||||
|
||||
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user