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>l
shortcut occurences:- List conf keys:
{dconf dump / ; gsettings list-recursively } | less
- Use
dconf-editor
to unset them
- List conf keys:
- Copy the
lock_and_turnoff_screen
file 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