From e0cb0b866996fe2ea37a0062113a1a62bef8c9a8 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Thu, 18 Feb 2021 17:00:02 -0500 Subject: [PATCH] Update installation location for dwm and st --- home/bin/config_dpi_high | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/bin/config_dpi_high b/home/bin/config_dpi_high index 819b89a..68b5d84 100755 --- a/home/bin/config_dpi_high +++ b/home/bin/config_dpi_high @@ -10,9 +10,9 @@ ln -sf ~/.config/qutebrowser/config_for_dpi_high.py ~/.config/qutebrowser/config 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 -- 2.20.1