Add browser launcher script
[khome.git] / home / bin / config_dpi_high
1 #! /bin/sh
2
3 # www browser
4 ln -sf ~/bin/www_dpi_high ~/bin/www
5
6 # qutebrowser specifically
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
13 ln -sf ~/bin/st_dpi_high ~/bin/st
14
15 # dwm
16 ln -sf ~/bin/dwm_dpi_high ~/bin/dwm
17
18 ln -sf ~/lib/login_variables_dpi_high.sh ~/lib/login_variables_dpi.sh
This page took 0.060699 seconds and 4 git commands to generate.