blob: 296c708c1dbda29ef4594598eef78e84a805fe5a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/bin/sh
cd $HOME
xrdb -merge ~/.Xresources
setxkbmap -option caps:swapescape
xrandr --output VGA-0 --mode 1600x900 --primary --right-of LVDS
synclient TapButton1=1 VertEdgeScroll=1 HorizEdgeScroll=1 VertTwoFingerScroll=0
keynav &
redshift-gtk &
ibus-daemon -drx
connman-ui-gtk &
clipit &
exec awesome
cd -
|