From cfc3a0f3d53e2a5dd3ba6f898d6c055b07a94312 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Thu, 30 May 2019 20:36:49 +0700 Subject: Update 2019-05-30 --- meta/.drirc | 5 +++++ meta/.screenlayout/dual.sh | 2 +- meta/.screenlayout/single.sh | 2 +- meta/.xinitrc | 2 +- zathura/.config/zathura/zathurarc | 4 ++-- 5 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 meta/.drirc diff --git a/meta/.drirc b/meta/.drirc new file mode 100644 index 0000000..7cf47a1 --- /dev/null +++ b/meta/.drirc @@ -0,0 +1,5 @@ + + + + diff --git a/meta/.screenlayout/dual.sh b/meta/.screenlayout/dual.sh index 755f7cc..e141199 100755 --- a/meta/.screenlayout/dual.sh +++ b/meta/.screenlayout/dual.sh @@ -1,2 +1,2 @@ #!/bin/sh -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 +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 diff --git a/meta/.screenlayout/single.sh b/meta/.screenlayout/single.sh index c7185ab..aede90f 100755 --- a/meta/.screenlayout/single.sh +++ b/meta/.screenlayout/single.sh @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output DP-1 --off --output HDMI-1 --off --output eDP-1 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-2 --off +xrandr --output DP1 --off --output HDMI1 --off --output eDP1 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI2 --off diff --git a/meta/.xinitrc b/meta/.xinitrc index 70e0687..cff7943 100644 --- a/meta/.xinitrc +++ b/meta/.xinitrc @@ -1,6 +1,6 @@ #!/bin/sh xrdb -merge ~/.Xresources -xrandr --output DP-1 --mode 1600x900 --primary --right-of eDP-1 +xrandr --output DP1 --mode 1600x900 --primary --right-of eDP1 xsetroot -solid '#1c1b19' redshift-gtk -l 21.028333:105.854167 & mate-power-manager & diff --git a/zathura/.config/zathura/zathurarc b/zathura/.config/zathura/zathurarc index 1b1976c..43a48c5 100644 --- a/zathura/.config/zathura/zathurarc +++ b/zathura/.config/zathura/zathurarc @@ -4,7 +4,7 @@ set completion-group-bg \#1c1b19 set completion-group-fg \#519f50 set completion-highlight-bg \#e02c6d set completion-highlight-fg \#fce8c3 -set default-bg \#1c1b19 +set default-bg \#2d2c29 set default-fg \#fce8c3 set font Latin\ Modern\ Mono\ 12 set inputbar-bg \#1c1b19 @@ -23,7 +23,7 @@ set highlight-color \#519f50 set highlight-active-color \#0aaeb3 set recolor true set recolor-keephue true -set recolor-lightcolor \#000000 +set recolor-lightcolor \#1c1b19 set recolor-darkcolor \#fce8c3 set render-loading-bg \#1c1b19 set render-loading-fg \#fce8c3 -- cgit 1.4.1