Document bash files in system/
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
c207da92bb
commit
c42bd33b8c
11 changed files with 133 additions and 44 deletions
25
system/.xsetup
Normal file
25
system/.xsetup
Normal file
|
@ -0,0 +1,25 @@
|
|||
#!/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"
|
Loading…
Add table
Add a link
Reference in a new issue