about summary refs log tree commit diff
path: root/debian/.xinitrc
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-08-29 11:59:53 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-08-29 12:00:49 +0700
commit6e9ef6328cf834e1c8e60e0d99fa29af4c727915 (patch)
tree95c3ce817369f24e30052fee01fc6b135635ffd6 /debian/.xinitrc
parentae407723121f9c45b18ceedd60c48e42e7b09ce7 (diff)
downloaddotfiles-6e9ef6328cf834e1c8e60e0d99fa29af4c727915.tar.gz
Update 2018-08-29
Diffstat (limited to 'debian/.xinitrc')
-rw-r--r--debian/.xinitrc13
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 -