Add X11 launchers for particular display settings
[khome.git] / bin / startx-only-thinkpad_t570
diff --git a/bin/startx-only-thinkpad_t570 b/bin/startx-only-thinkpad_t570
new file mode 100755 (executable)
index 0000000..a634c4a
--- /dev/null
@@ -0,0 +1,18 @@
+#! /bin/sh
+
+# qutebrowser
+ln -sf ~/.config/qutebrowser/config_for_dpi_high.py ~/.config/qutebrowser/config_for_dpi.py
+
+# dunst
+ln -sf ~/bin/dunst_dpi_high ~/bin/dunst_dpi
+
+# xrandr
+ln -sf ~/.xinitrc-xrandr-only-thinkpad_t570 ~/.xinitrc-xrandr
+
+# st
+ln -sf ~/bin/st_dpi_high ~/bin/st
+
+# dwm
+ln -sf ~/bin/dwm_dpi_high ~/bin/dwm
+
+startx
This page took 0.037008 seconds and 4 git commands to generate.