diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-11-29 11:30:01 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-11-29 11:30:01 +0700 |
commit | 7e2a016dc724dd9f6767a002f5da889740f137c6 (patch) | |
tree | a12e79ecc11565a09be9fc36082b279230d91a01 /debian | |
parent | 5b07539fad29d4f88662c9c3e2f602860b3663be (diff) | |
download | dotfiles-7e2a016dc724dd9f6767a002f5da889740f137c6.tar.gz |
Update 2020-11-29
Diffstat (limited to 'debian')
-rw-r--r-- | debian/.Xresources-dark | 4 | ||||
-rwxr-xr-x | debian/.screenlayout/dual.sh | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/.Xresources-dark b/debian/.Xresources-dark index 9c8d19f..1a3cfc1 100644 --- a/debian/.Xresources-dark +++ b/debian/.Xresources-dark @@ -26,7 +26,7 @@ URxvt.cursorBlink: false URxvt.visualBell: true URxvt.jumpScroll: true -URxvt.font: xft:Latin Modern Mono:size=12:autohint=true +URxvt.font: xft:Latin Modern Mono:size=15:autohint=true URxvt.termName: rxvt-unicode-256color URxvt.perl-ext-common: default,font-size -URxvt.font-size.step: 3 +URxvt.font-size.step: 1 diff --git a/debian/.screenlayout/dual.sh b/debian/.screenlayout/dual.sh index 86a5c3f..d68349d 100755 --- a/debian/.screenlayout/dual.sh +++ b/debian/.screenlayout/dual.sh @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output eDP-1 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-1 --off --output DP-1 --mode 1600x900 --pos 1920x0 --rotate normal --output HDMI-2 --off +xrandr --output eDP-1 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-1 --primary --mode 1920x1080 --pos 1920x0 --rotate normal --output DP-1 --off --output HDMI-2 --off |