Pop!_OS does not turn off your screen when you lock your screen. Where you hit tue Super+L shortcut, it seems to start
some screensaver which display a black image and coincidently lock your session. But the screen itself does not go to
its standby mode.
Here is my solution:
- Nuke the
<Super>lshortcut occurences:- List conf keys:
{dconf dump / ; gsettings list-recursively } | less - Use
dconf-editorto unset them
- List conf keys:
- Copy the
lock_and_turnoff_screenfile to/bin/or/usr/bin/or some ${PATH}-accessible directory chmod +x /bin/lock_and_turnoff_screen- Setup a custom shortcut via the Gnome controle center
Name: Lock screen Command: /bin/lock_and_turnoff_screen Shortcut: <Super>+l