Created
March 24, 2019 14:08
-
-
Save euyuil/4a43cea17f33645e797eb1aefca5111c to your computer and use it in GitHub Desktop.
Ubuntu 18.04: Set lock screen resolution the same as current user
This file contains 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/bash | |
cp ~/.config/monitors.xml /var/lib/gdm3/.config/ | |
chmod 600 /var/lib/gdm3/.config/monitors.xml | |
chown gdm:gdm /var/lib/gdm3/.config/monitors.xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment