diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-12-22 19:57:44 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-12-22 19:57:44 +0700 |
commit | bfd59f83b7af16541e8b70c1321470c65131ae29 (patch) | |
tree | bb2e03e251605380814457f8b1c56d3b6a77af14 /debian | |
parent | 99a42df0d7d5caa07cd5b4923d7c02802b448d63 (diff) | |
download | dotfiles-bfd59f83b7af16541e8b70c1321470c65131ae29.tar.gz |
Update 2020-12-22
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/.screenlayout/single.sh | 2 | ||||
-rw-r--r-- | debian/.xinitrc | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/debian/.screenlayout/single.sh b/debian/.screenlayout/single.sh index 24593ef..84c8542 100755 --- a/debian/.screenlayout/single.sh +++ b/debian/.screenlayout/single.sh @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output eDP-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-1 --off --output DP-1 --off --output HDMI-2 --off +xrandr --output eDP1 --mode 1920x1080 --pos 0x0 --rotate normal --output DP1 --off --output HDMI1 --off --output HDMI2 --off --output VIRTUAL1 --off diff --git a/debian/.xinitrc b/debian/.xinitrc index bf0e220..db5be6d 100644 --- a/debian/.xinitrc +++ b/debian/.xinitrc @@ -3,10 +3,8 @@ $HOME/.screenlayout/trio.sh redshift-gtk -l 21.028333:105.854167 & mate-power-manager & ibus-daemon -drx -blueman-applet & nm-applet & keynav & diodon & -audacious & . /etc/X11/Xsession exec awesome |