dotfiles/.xinitrc

18 lines
216 B
Bash

#!/bin/bash
# Disable screen turnoff
xset -dpms
xset s off
# Composite manager
compton -d :0.0 -b
compton -d :0.1 -b
# Background
xrdb ~/.Xresources
nitrogen --restore
# Window manager
DISPLAY=:0.1 i3 &
exec i3