Always adjust the x-settings when restarting i3

I still do not get the right location to change these settings and on
each i3-restart (which I do regulary) the settings get set back.

Therefor I change them to be executed on _each_ restart.
This commit is contained in:
2025-09-09 19:07:51 +02:00
parent c0498b12ac
commit 958d21772d

View File

@@ -103,9 +103,9 @@ exec_always --no-startup-id compton --config ~/.config/compton.conf -b
# TODO: move the following to Xresources or similar, it feels clunky here # TODO: move the following to Xresources or similar, it feels clunky here
# switch to screensaver after 1 hour w/o interaction # switch to screensaver after 1 hour w/o interaction
exec xset s 3600 3600 exec_always xset s 3600 3600
# set a blazing fast keyboard repeat rate, and make it happen more quickly (defaults: 660/25) # set a blazing fast keyboard repeat rate, and make it happen more quickly (defaults: 660/25)
exec xset r rate 250 100 exec_always xset r rate 250 100
# }}} # }}}