Browse Source

Add .xinitrc

Frans Bergman 5 years ago
parent
commit
df4b104f18
1 changed files with 12 additions and 0 deletions
  1. 12 0
      .xinitrc

+ 12 - 0
.xinitrc

@@ -0,0 +1,12 @@
+#!/bin/sh
+
+xrandr --output DVI-I-1 --auto --left-of DP-2
+xrandr --output HDMI-0 --mode 3840x2160 --rate 59.94 --right-of DP-2
+
+xset s off
+xset s noblank
+xset -dpms
+
+[ -f ~/.Xresources ] && xrdb -merge -I"$HOME" ~/.Xresources
+
+exec ck-launch-session dbus-launch --sh-syntax --exit-with-session dwm