Set low-DPI explicitly as well as the high one
[khome.git] / home / bin / config_dpi_norm
CommitLineData
a36df625
SK
1#! /bin/sh
2
3# qutebrowser
4ln -sf ~/.config/qutebrowser/config_for_dpi_normal.py ~/.config/qutebrowser/config_for_dpi.py
5
6# dunst
7ln -sf ~/bin/dunst_dpi_norm ~/bin/dunst_dpi
8
9# st
10ln -sf ~/bin/st_dpi_norm ~/bin/st
11
12# dwm
13ln -sf ~/bin/dwm_dpi_norm ~/bin/dwm
8f69eb33
SK
14
15ln -sf ~/lib/login_variables_dpi_high.sh ~/lib/login_variables_dpi.sh
This page took 0.017772 seconds and 4 git commands to generate.