diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-05-21 09:27:50 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-05-21 22:38:37 +0700 |
commit | d09fb472202018a3d311f2f1db337e4de07c8849 (patch) | |
tree | 9762dc146747771c83cd23fd58c810c0c21b7267 /debian | |
parent | 895991bbf7cfbfb1565338db2a19d23e26a499b1 (diff) | |
download | dotfiles-d09fb472202018a3d311f2f1db337e4de07c8849.tar.gz |
Update 2020-05-21
Diffstat (limited to 'debian')
-rw-r--r-- | debian/.bashrc | 3 | ||||
-rwxr-xr-x | debian/.screenlayout/dual.sh | 2 | ||||
-rw-r--r-- | debian/.xinitrc | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/debian/.bashrc b/debian/.bashrc index 112dd18..051a617 100644 --- a/debian/.bashrc +++ b/debian/.bashrc @@ -95,8 +95,6 @@ alias r=ranger alias gcc='gcc -Wall -Wextra -pedantic -O2 -lm' alias g++='g++ -Wall -Wextra -pedantic -O2 -lm' alias fpc='fpc -O1 -XS -gl' -alias mpa='mpv --no-video --loop=inf' -alias raku=perl6 alias x='cd $HOME && startx && cd -' alias backup='rsync -avh --delete /home/ /data/Home/' eval $(thefuck --alias) @@ -128,3 +126,4 @@ set -o emacs export EDITOR=vim export PAGER=less export IRCSERVER=irc.freenode.net +export PIP_UNSTABLE_FEATURE=resolver diff --git a/debian/.screenlayout/dual.sh b/debian/.screenlayout/dual.sh index e141199..f166e7e 100755 --- a/debian/.screenlayout/dual.sh +++ b/debian/.screenlayout/dual.sh @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output HDMI2 --off --output HDMI1 --off --output DP1 --primary --mode 1600x900 --pos 1920x0 --rotate normal --output eDP1 --mode 1920x1080 --pos 0x0 --rotate normal --output VIRTUAL1 --off +xrandr --output eDP1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP1 --mode 1600x900 --pos 1920x0 --rotate normal --output HDMI1 --off --output HDMI2 --off --output VIRTUAL1 --off diff --git a/debian/.xinitrc b/debian/.xinitrc index 598bd05..c625c3d 100644 --- a/debian/.xinitrc +++ b/debian/.xinitrc @@ -1,6 +1,6 @@ #!/bin/sh xrdb -merge ~/.Xresources -xrandr --output DP1 --mode 1600x900 --primary --right-of eDP1 +$HOME/.screenlayout/dual.sh redshift-gtk -l 21.028333:105.854167 & mate-power-manager & ibus-daemon -drx |