diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-04-06 15:24:43 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-04-06 15:24:43 +0700 |
commit | c44d937f2c6a6a077da17d9fb73de6cae6075169 (patch) | |
tree | 5032e8cdfa3cdeee8aba01b4b858bcba4b43bd45 /meta | |
parent | 95523431b7802c33f3e7eeb41e703029df4e45bf (diff) | |
download | dotfiles-c44d937f2c6a6a077da17d9fb73de6cae6075169.tar.gz |
Update 2018-04-06
Diffstat (limited to 'meta')
-rw-r--r-- | meta/.xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/.xinitrc b/meta/.xinitrc index 296c708..e897a24 100644 --- a/meta/.xinitrc +++ b/meta/.xinitrc @@ -1,7 +1,7 @@ #!/bin/sh cd $HOME xrdb -merge ~/.Xresources -setxkbmap -option caps:swapescape +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 & |