diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-02-04 23:36:22 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-02-04 23:36:22 +0700 |
commit | d2abedd4a742f0078918774f492f5c4bfe43332f (patch) | |
tree | c27184ad7bc26360eb21ecadc5f1b7d7c0d152cc /debian | |
parent | ef5547c105887d5fd54e9c4cb94fa9cfc51f7329 (diff) | |
download | dotfiles-d2abedd4a742f0078918774f492f5c4bfe43332f.tar.gz |
Update 2019-02-04
Diffstat (limited to 'debian')
-rw-r--r-- | debian/.bashrc | 1 | ||||
-rwxr-xr-x | debian/.screenlayout/single.sh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/.bashrc b/debian/.bashrc index 2ca605c..9fa6a6e 100644 --- a/debian/.bashrc +++ b/debian/.bashrc @@ -96,6 +96,7 @@ alias la='ls -A' # You may want to put all your additions into a separate file like # ~/.bash_aliases, instead of adding them here directly. # See /usr/share/doc/bash-doc/examples in the bash-doc package. +alias r=ranger alias gcc='gcc -O2 -lm' alias g++='g++ -O2 -lm' alias fpc='fpc -O1 -XS -gl' diff --git a/debian/.screenlayout/single.sh b/debian/.screenlayout/single.sh index 8040932..c7185ab 100755 --- a/debian/.screenlayout/single.sh +++ b/debian/.screenlayout/single.sh @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output VGA-0 --off --output LVDS --primary --mode 1280x800 --pos 0x0 --rotate normal --output S-video --off +xrandr --output DP-1 --off --output HDMI-1 --off --output eDP-1 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-2 --off |