summaryrefslogtreecommitdiff
path: root/.config/x11/xinitrc
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2023-05-26 11:20:50 +0200
committeryuzu-eva <stevenhu@web.de>2023-05-26 11:20:50 +0200
commitc72de1d239aac325155fc840cd226309435538de (patch)
treef00f2295d15f16260be8525e93a3a59c608c54d3 /.config/x11/xinitrc
parent9a3d9c575c85e8b9bed8afb64afde22ebfef5b8f (diff)
using vim-tmux-navigator; some other updates
Diffstat (limited to '.config/x11/xinitrc')
-rw-r--r--.config/x11/xinitrc5
1 files changed, 1 insertions, 4 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc
index ecd80c1..a3a9bda 100644
--- a/.config/x11/xinitrc
+++ b/.config/x11/xinitrc
@@ -4,12 +4,10 @@ if command -v dbus-launch > /dev/null && test -z "${DBUS_SESSION_BUS_ADDRESS}";
eval $(dbus-launch --sh-syntax --exit-with-session)
fi
-rfkill block all
-
eval "$(gpg-agent --daemon --allow-preset-passphrase --write-env-file "$envfile")"
eval "$(ssh-agent)"
-xset r rate 250 30
+xset r rate 200 20
xset s off -dpms
setxkbmap -option "ctrl:nocaps"
@@ -24,4 +22,3 @@ picom &
statusbar &
exec dwm
-