From 1e4d281f3706f7b5ab32f992c8ffac78e40ab5bf Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Sun, 6 Oct 2024 03:12:32 +0200 Subject: new pc setup --- .config/x11/xinitrc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '.config/x11') 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" -- cgit v1.2.3