diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-10-21 22:23:31 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-10-21 22:23:31 +0700 |
commit | 337214bccfcf06dfc8c081c79967906d005098a6 (patch) | |
tree | 5e27bceedea9b8bae9bb050ae48ebe91acf54c41 /debian | |
parent | 82b783b648ae615f7f3f3eb45b41c7dabadf9511 (diff) | |
download | dotfiles-337214bccfcf06dfc8c081c79967906d005098a6.tar.gz |
Update 2018-10-21
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/.screenlayout/dual.sh | 2 | ||||
-rw-r--r-- | debian/.xinitrc | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/.screenlayout/dual.sh b/debian/.screenlayout/dual.sh index 589782b..755f7cc 100755 --- a/debian/.screenlayout/dual.sh +++ b/debian/.screenlayout/dual.sh @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output VGA-0 --primary --mode 1600x900 --pos 1280x0 --rotate normal --output LVDS --mode 1280x800 --pos 0x0 --rotate normal --output S-video --off +xrandr --output DP-1 --primary --mode 1600x900 --pos 1920x0 --rotate normal --output HDMI-1 --off --output eDP-1 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-2 --off diff --git a/debian/.xinitrc b/debian/.xinitrc index 41c3414..46c7abd 100644 --- a/debian/.xinitrc +++ b/debian/.xinitrc @@ -6,7 +6,9 @@ xrandr --output DP-1 --mode 1600x900 --primary --right-of eDP-1 redshift-gtk -l 21.028333:105.854167 & mate-power-manager & ibus-daemon -drx +blueman-applet & nm-applet & -clipit & +keynav & +diodon & exec awesome cd - |