#!/bin/sh

# Keyboard layout
setxkbmap se &

# Display settings
$HOME/.screenlayout/layout.sh &

# Compositor
$HOME/.config/picom/launch &

# Background
nitrogen --restore &

# conky
$HOME/.config/conky/launch.sh &

# Anti sleep
xset s off &
xset -dpms &

# Loop
while true; do
	dwm > /dev/null 2>&1
done

# WM
exec dwm