Reroganize repository
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
0a4424d25e
commit
cd781c174e
40 changed files with 113 additions and 22 deletions
14
system/.xprofile
Normal file
14
system/.xprofile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Disable screen saver
|
||||
xset s off
|
||||
xset -dpms
|
||||
xset s noblank
|
||||
|
||||
# Set keyboard layout
|
||||
setxkbmap -model pc105 -layout ch
|
||||
|
||||
# Start ibus
|
||||
ibus-daemon -drx
|
||||
|
||||
if [[ -f $HOME/.bash_profile ]]; then
|
||||
. $HOME/.bash_profile
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue