diff options
Diffstat (limited to '.config/x11')
| -rw-r--r-- | .config/x11/xinitrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index b2e6a2a..0c98334 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -2,8 +2,8 @@ rfkill block all -# eval "$(gpg-agent --daemon --allow-preset-passphrase --write-env-file "$envfile")" -# eval "$(ssh-agent)" +eval "$(gpg-agent --daemon --allow-preset-passphrase --write-env-file "$envfile")" +eval "$(ssh-agent)" xset r rate 300 30 xset s off -dpms |
