19 lines
No EOL
275 B
Bash
19 lines
No EOL
275 B
Bash
#!/bin/bash
|
|
# 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 |