about summary refs log tree commit diff
path: root/debian/.xinitrc
blob: e897a249688652cd181b51ad0544d614e972d674 (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:ctrl_modifier
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 -