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:
@@ -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
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user