#!/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 eval "$(gpg-agent --daemon --allow-preset-passphrase)" eval "$(ssh-agent)" xrandr --addmode HDMI-A-0 1280x960 xrandr --output HDMI-A-0 --mode 1280x960 --primary xrandr --output DisplayPort-2 --mode 1920x1080 --left-of HDMI-A-0 # xrandr --output DisplayPort-2 --mode 1920x1080 --primary # xrandr --output HDMI-A-0 --mode 1280x960 --left-of DisplayPort-2 xset r rate 250 30 xset s off -dpms setxkbmap -option "ctrl:nocaps" xrdb -merge ~/.Xresources ~/.local/bin/set-wallpaper & /usr/bin/emacs --daemon & /usr/bin/urxvtd -q -o -f & /usr/bin/ibus-daemon -d -r -x /usr/bin/pipewire & /usr/bin/mpd & exec i3 #exec fvwm #exec ratpoison #exec stumpwm