summaryrefslogtreecommitdiff
path: root/.config/x11
diff options
context:
space:
mode:
Diffstat (limited to '.config/x11')
-rw-r--r--.config/x11/xinitrc8
1 files changed, 5 insertions, 3 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc
index 90ddec0..9bae254 100644
--- a/.config/x11/xinitrc
+++ b/.config/x11/xinitrc
@@ -1,8 +1,8 @@
#!/bin/sh
-if command -v dbus-launch > /dev/null && test -z "${DBUS_SESSION_BUS_ADDRESS}"; then
- eval $(dbus-launch --sh-syntax --exit-with-session)
-fi
+#if command -v dbus-launch > /dev/null && test -z "${DBUS_SESSION_BUS_ADDRESS}"; then
+# eval $(dbus-launch --sh-syntax --exit-with-session)
+#fi
eval "$(gpg-agent --daemon --allow-preset-passphrase)"
eval "$(ssh-agent)"
@@ -11,6 +11,8 @@ xrandr --addmode HDMI-A-0 1280x960
xrandr --output DisplayPort-2 --mode 1920x1080 --primary
xrandr --output HDMI-A-0 --mode 1280x960 --left-of DisplayPort-2
+rfkill block bluetooth
+
xset r rate 250 30
xset s off -dpms
setxkbmap -option "ctrl:nocaps"