1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/i3exit.md

33 lines
447 B
Markdown
Raw Normal View History

2021-11-11 22:57:18 +01:00
# i3exit
> Exit the i3 window manager.
> More information: <https://gitlab.manjaro.org/packages/extra/i3exit/-/blob/master/i3exit>.
2021-11-11 22:57:18 +01:00
- Log out of i3:
`i3exit logout`
- Lock i3:
`i3exit lock`
- Shut down the system:
`i3exit shutdown`
- Suspend the system:
`i3exit suspend`
- Switch to the login screen to log in as a different user:
`i3exit switch_user`
- Hibernate the system:
`i3exit hibernate`
- Reboot the system:
`i3exit reboot`