Another tiny change in README.md

This commit is contained in:
Stig-Ørjan Smelror 2024-06-28 16:32:19 +02:00
parent bf15157555
commit 44a39cc186

View File

@ -22,7 +22,9 @@ This produces the binary `ssdd` which you can place in your $PATH.
`% sudo nvim /etc/xdg/openbox/menu.xml` `% sudo nvim /etc/xdg/openbox/menu.xml`
Find the line with the standard Openbox Exit option and change it to Find the line with the standard Openbox Exit option and change it to
`<item label="Log Out"><action name="Execute"><execute>/home/stig/bin/ssdd</execute></item>` `<item label="Log Out"><action name="Execute"><execute>/home/stig/bin/ssdd</execute></item>`
The reconfigure Openbox to use the new setting. The reconfigure Openbox to use the new setting.
`% openbox --reconfigure` `% openbox --reconfigure`