home · contact · privacy
Add caps lock indicator to i3status bar.
[config] / dotfiles / user / thinkpad / minimal / xinitrc
index 79065aa77c85bf227edda1c892a53cb3693e563c..29de637537464ac1917972941dab8e38f32d5436 100644 (file)
@@ -13,5 +13,17 @@ redshift -rl 53:13 &
 # Enforce QWERTZ.
 setxkbmap de
 
+# Set up compose key.
+xmodmap ~/.Xmodmap
+
+# Optionally, for certain Optimus systems with a first GPU connected to the
+# display and a second (NVidia) GPU providing 3D acceleration, use the first GPU
+# as sink for the second. This may confuse DPI settings, so re-set those.
+if [ "${NVIDIA_DIRECT}" ]; then
+  xrandr --setprovideroutputsource modesetting NVIDIA-0
+  xrandr --auto
+  xrandr --dpi 96
+fi
+
 # Launch window manager.
-i3
+i3 -c ~/.i3