diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-08-29 11:59:53 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-08-29 12:00:49 +0700 |
commit | 6e9ef6328cf834e1c8e60e0d99fa29af4c727915 (patch) | |
tree | 95c3ce817369f24e30052fee01fc6b135635ffd6 /debian/.xinitrc | |
parent | ae407723121f9c45b18ceedd60c48e42e7b09ce7 (diff) | |
download | dotfiles-6e9ef6328cf834e1c8e60e0d99fa29af4c727915.tar.gz |
Update 2018-08-29
Diffstat (limited to 'debian/.xinitrc')
-rw-r--r-- | debian/.xinitrc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/.xinitrc b/debian/.xinitrc new file mode 100644 index 0000000..e897a24 --- /dev/null +++ b/debian/.xinitrc @@ -0,0 +1,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 - |