Disable popups

This commit is contained in:
Thomas Forgione 2025-05-19 08:37:18 +02:00
parent 60d15e5c3d
commit ea0d486f98

View File

@ -193,8 +193,8 @@ input {
numlock_by_default = true
touchpad {
natural_scroll = false,
tap-to-click = false,
natural_scroll = false
tap-to-click = false
}
}
@ -210,6 +210,14 @@ device {
sensitivity = -0.5
}
#################
### ECOSYSTEM ###
#################
ecosystem {
no_update_news = true
no_donation_nag = true
}
###################
### KEYBINDINGS ###