diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-10-18 11:28:50 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-10-18 11:28:50 +0700 |
commit | 82b783b648ae615f7f3f3eb45b41c7dabadf9511 (patch) | |
tree | 596559bd37b7e352cbd42228f02f444b4d5a0924 /debian/.xinitrc | |
parent | 0460b6676c99d076bd716ce1046ca3e08c166aed (diff) | |
download | dotfiles-82b783b648ae615f7f3f3eb45b41c7dabadf9511.tar.gz |
Update 2018-10-18
Diffstat (limited to 'debian/.xinitrc')
-rw-r--r-- | debian/.xinitrc | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/debian/.xinitrc b/debian/.xinitrc index e897a24..41c3414 100644 --- a/debian/.xinitrc +++ b/debian/.xinitrc @@ -2,12 +2,11 @@ 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 & +xrandr --output DP-1 --mode 1600x900 --primary --right-of eDP-1 +redshift-gtk -l 21.028333:105.854167 & +mate-power-manager & ibus-daemon -drx -connman-ui-gtk & +nm-applet & clipit & exec awesome cd - |