Split-out common DPI-config scripts
[khome.git] / home / bin / config_dpi_low
1 #! /bin/sh
2
3 # qutebrowser
4 ln -sf ~/.config/qutebrowser/config_for_dpi_low.py ~/.config/qutebrowser/config_for_dpi.py
5
6 # dunst
7 ln -sf ~/bin/dunst_dpi_low ~/bin/dunst_dpi
8
9 # st
10 ln -sf ~/bin/st_dpi_low ~/bin/st
11
12 # dwm
13 ln -sf ~/bin/dwm_dpi_low ~/bin/dwm
This page took 0.056977 seconds and 4 git commands to generate.