Skip to content

Instantly share code, notes, and snippets.

@euyuil
Created March 24, 2019 14:08
Show Gist options
  • Save euyuil/4a43cea17f33645e797eb1aefca5111c to your computer and use it in GitHub Desktop.
Save euyuil/4a43cea17f33645e797eb1aefca5111c to your computer and use it in GitHub Desktop.
Ubuntu 18.04: Set lock screen resolution the same as current user
#!/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