jins-note

Ubuntu 18.04 / 20.04 自定义锁屏时间

GUI 方法:

设置->电源->blank screen

命令行方法:

方法一

设置自动锁屏时间为1小时(3600 秒)

gsettings set org.gnome.desktop.session idle-delay 3600

方法二

安装dconf-editor

sudo apt install dconf-editor

然后运行 dconf-editor 

在GUI界面搜索  idle-delay 

自定义锁屏时间

 

 

 

 

 参考:

https://blog.csdn.net/G_66_hero/article/details/71598021

https://askubuntu.com/questions/1320111/edit-newly-added-lock-time-in-ubuntu-20-04

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-07-24
  • 2022-12-23
  • 2021-08-09
  • 2021-04-29
  • 2021-10-20
  • 2021-07-22
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-04-24
  • 2022-12-23
  • 2021-12-16
  • 2021-12-07
  • 2021-10-21
  • 2022-01-05
相关资源
相似解决方案