This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
set -x | |
displays() { | |
local scale=$1 | |
echo "HDMI-1=${scale};HDMI-2=${scale};DP-1=${scale};DP-2=${scale};eDP-1=${scale};" | |
} | |
case $HOSTNAME in |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#LyX 2.3 created this file. For more info see http://www.lyx.org/ | |
\lyxformat 544 | |
\begin_document | |
\begin_header | |
\save_transient_properties true | |
\origin unavailable | |
\textclass article | |
\use_default_options true | |
\maintain_unincluded_children false | |
\language english |