6 # Read in X configuration.
7 xrdb -merge ~/.Xresources
8 xrdb -merge ~/.Xresources-local
10 # Redshift to Berlin, Germany.
13 # Enforce QWERTZ. (Why twice?)
16 # Use CapsLock as Ctrl, against the Emacs pinky.
17 setxkbmap -option caps:ctrl_modifier
22 # Optionally, for certain Optimus systems with a first GPU connected to the
23 # display and a second (NVidia) GPU providing 3D acceleration, use the first GPU
24 # as sink for the second. This may confuse DPI settings, so re-set those.
25 if [ "${NVIDIA_DIRECT}" ]; then
26 xrandr --setprovideroutputsource modesetting NVIDIA-0
31 # Launch window manager.