diff options
author | McSinyx <vn.mcsinyx@gmail.com> | 2016-05-18 14:25:25 +0700 |
---|---|---|
committer | Raphael McSinyx <vn.mcsinyx@gmail.com> | 2016-11-20 16:36:30 +0700 |
commit | 57a8d8360c85528fb477e76ef1a5f2eeb151be14 (patch) | |
tree | 78de696741ad906e48e488e1968efcce984631c4 /X/.xinitrc | |
parent | 095074967392b3b4c21891693a6ac9e40d1958d4 (diff) | |
download | dotfiles-57a8d8360c85528fb477e76ef1a5f2eeb151be14.tar.gz |
Initial commit
Diffstat (limited to 'X/.xinitrc')
-rw-r--r-- | X/.xinitrc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/X/.xinitrc b/X/.xinitrc new file mode 100644 index 0000000..176a3ba --- /dev/null +++ b/X/.xinitrc @@ -0,0 +1,9 @@ +#!/bin/sh +setxkbmap -option caps:swapescape +xrandr --output VGA-0 --mode 1600x900 --primary --right-of LVDS +synclient TapButton1=1 VertEdgeScroll=1 HorizEdgeScroll=1 VertTwoFingerScroll=0 +ibus-daemon -drx +nm-applet & +clipit & +mate-power-manager & +exec awesome |