X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=home%2Fbin%2Fconfig_dpi_high;h=c7c1701d66ff120fd2acdb3c58c458db86982dd3;hb=HEAD;hp=ac49151f1c656310eea855766232cd635e02315a;hpb=a36df625183be4bfb7aed5b6e70af4d7b452de48;p=khome.git diff --git a/home/bin/config_dpi_high b/home/bin/config_dpi_high index ac49151..68b5d84 100755 --- a/home/bin/config_dpi_high +++ b/home/bin/config_dpi_high @@ -1,13 +1,18 @@ #! /bin/sh -# qutebrowser +# www browser +ln -sf ~/bin/www_dpi_high ~/bin/www + +# qutebrowser specifically ln -sf ~/.config/qutebrowser/config_for_dpi_high.py ~/.config/qutebrowser/config_for_dpi.py # dunst ln -sf ~/bin/dunst_dpi_high ~/bin/dunst_dpi # st -ln -sf ~/bin/st_dpi_high ~/bin/st +ln -sf /usr/local/bin/st_dpi_high /usr/local/bin/st # dwm -ln -sf ~/bin/dwm_dpi_high ~/bin/dwm +ln -sf /usr/local/bin/dwm_dpi_high /usr/local/bin/dwm + +ln -sf ~/lib/login_variables_dpi_high.sh ~/lib/login_variables_dpi.sh