dotfiles/system/.xsetup
Severin Kaderli 4f606bddb5 Update polybar config and .gitconfig
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
2018-12-17 01:31:19 +01:00

25 lines
No EOL
451 B
Bash

#!/bin/bash
#
# SCRIPT NAME:
# .xsetup
#
# AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com>
#
# 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 -dpms
xset s noblank
# Set keyboard layout
setxkbmap -model pc105 -layout ch
# Start ibus
#ibus-daemon -drx
. "${HOME}/bin/resolution.sh"