18 lines
No EOL
263 B
Text
18 lines
No EOL
263 B
Text
# Disable screen saver
|
|
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"
|
|
xrandr --setprovideroutputsource modesetting NVIDIA -0
|
|
xrandr --auto
|
|
|
|
# Start i3
|
|
i3 |