diff options
Diffstat (limited to '.config/x11/xinitrc')
| -rw-r--r-- | .config/x11/xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index dc3b2b5..220c9ff 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -10,6 +10,7 @@ fi rfkill block all eval "$(gpg-agent --daemon --allow-preset-passphrase --write-env-file "$envfile")" +eval "$(ssh-agent)" xset r rate 250 30 xset s off -dpms @@ -20,7 +21,6 @@ xrandr --auto --output DisplayPort-2 --mode 1600x900 --left-of HDMI-A-0 # ibus-daemon -dxrR statusbar & -dunst & pipewire & mpd & picom & |
