186******75
2024-04-14 14:26 deepin
用这个命令可以xset dpms force off,便保存为桌面图标却没有不能启动关闭。
Reply Like 0 View the author
用这个命令可以xset dpms force off,便保存为桌面图标却没有不能启动关闭。
我使用你的命令 直接创建了快捷键Super + L :sh -c "sleep 0.5 && xset dpms force off"
用这个命令可以xset dpms force off,便保存为桌面图标却没有不能启动关闭。
我也用这个试了试,运行黑了一下屏幕就会亮起
想了个中转的办法,另建一个shell脚本,把命令写进去,快捷方式的EXEC行指行这个脚本,这样就可以实现一键关闭屏幕了
[Desktop Entry]
X-Deepin-CreatedBy=com.deepin.dde.daemon.Launcher
X-Deepin-AppID=closescreen
Comment=Close your screen
Comment[zh_CN]=关闭你的屏幕
Exec=xset dpms force off
GenericName=一键关屏
GenericName[zh_CN]=一键关屏
Name=closescr
Name[zh_CN]=一键关屏
StartupNotify=false
Terminal=false
Type=Application
Categories=
X-DBUS-ServiceName=
X-DBUS-StartupType=
X-KDE-SubstituteUID=false
X-KDE-Username=
Icon=/usr/share/icons/bloom-classic/status/64/dialog-cancel.svg
InitialPreference=3
StartupWMClass=closescr
X-Deepin-CreatedBy=com.deepin.dde.daemon.Launcher
X-Deepin-AppID=closescr.desktop