diff options
| author | yuzu-eva <stevenhu@web.de> | 2024-10-06 03:12:32 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2024-10-06 03:12:32 +0200 |
| commit | 1e4d281f3706f7b5ab32f992c8ffac78e40ab5bf (patch) | |
| tree | ef15cc2852a59d1c57d67d6469265b49e3cdf59a /.config/x11 | |
| parent | 06f7453ca95fe2583ddf4bac058f3170de9fc2af (diff) | |
new pc setup
Diffstat (limited to '.config/x11')
| -rw-r--r-- | .config/x11/xinitrc | 8 |
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" |
