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