Commit | Line | Data |
---|---|---|
a36df625 SK |
1 | #! /bin/sh |
2 | ||
3 | # qutebrowser | |
4 | ln -sf ~/.config/qutebrowser/config_for_dpi_normal.py ~/.config/qutebrowser/config_for_dpi.py | |
5 | ||
6 | # dunst | |
7 | ln -sf ~/bin/dunst_dpi_norm ~/bin/dunst_dpi | |
8 | ||
9 | # st | |
10 | ln -sf ~/bin/st_dpi_norm ~/bin/st | |
11 | ||
12 | # dwm | |
13 | ln -sf ~/bin/dwm_dpi_norm ~/bin/dwm | |
8f69eb33 | 14 | |
2402773f | 15 | ln -sf ~/lib/login_variables_dpi_norm.sh ~/lib/login_variables_dpi.sh |