diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-05-30 20:36:49 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-05-30 20:36:49 +0700 |
commit | cfc3a0f3d53e2a5dd3ba6f898d6c055b07a94312 (patch) | |
tree | 3a4a0bf0c8849ceb7f063eb6b004bce17b383696 | |
parent | 4749186d527c90933c5a5f162358ea8279143323 (diff) | |
download | dotfiles-cfc3a0f3d53e2a5dd3ba6f898d6c055b07a94312.tar.gz |
Update 2019-05-30
-rw-r--r-- | meta/.drirc | 5 | ||||
-rwxr-xr-x | meta/.screenlayout/dual.sh | 2 | ||||
-rwxr-xr-x | meta/.screenlayout/single.sh | 2 | ||||
-rw-r--r-- | meta/.xinitrc | 2 | ||||
-rw-r--r-- | zathura/.config/zathura/zathurarc | 4 |
5 files changed, 10 insertions, 5 deletions
diff --git a/meta/.drirc b/meta/.drirc new file mode 100644 index 0000000..7cf47a1 --- /dev/null +++ b/meta/.drirc @@ -0,0 +1,5 @@ +<device screen="0" driver="dri2"> + <application name="Default"> + <option name="vblank_mode" value="0"/> + </application> +</device> 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 |