Commit | Line | Data |
---|---|---|
a36df625 SK |
1 | #! /bin/sh |
2 | ||
3 | # qutebrowser | |
4 | ln -sf ~/.config/qutebrowser/config_for_dpi_high.py ~/.config/qutebrowser/config_for_dpi.py | |
5 | ||
6 | # dunst | |
7 | ln -sf ~/bin/dunst_dpi_high ~/bin/dunst_dpi | |
8 | ||
9 | # st | |
10 | ln -sf ~/bin/st_dpi_high ~/bin/st | |
11 | ||
12 | # dwm | |
13 | ln -sf ~/bin/dwm_dpi_high ~/bin/dwm | |
11c1919d SK |
14 | |
15 | ln -sf ~/lib/login_variables_dpi_high.sh ~/lib/login_variables_dpi.sh |