dotfiles/system/.config/X11/xsetup
Severin Kaderli 6702e43a20
Update a bunch of stuff
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
2019-05-28 22:45:13 +02:00

33 lines
580 B
Bash

#!/usr/bin/env bash
#
# SCRIPT NAME:
# .config/X11/xsetup
#
# AUTHOR:
# Severin Kaderli <severin@kaderli.dev>
#
# DESCRIPTION:
# This file setups things that should by started by the x-server like the
# ibus-daemon and the keyboard layout.
#
# USAGE:
# This script is sourced by both .xinitrc and .xprofile
xset s off
xset s noblank
xset -dpms
# Set keyboard layout
setxkbmap -model pc105 -layout ch
nm-applet &
redshift-gtk &
sxhkd &
# Merge .Xresources on boot
xrdb -merge "${XDG_CONFIG_HOME}/X11/xresources"
# Start ibus
#ibus-daemon -drx
. "${XDG_BIN_HOME}/resolution"