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