diff --git a/pages/linux/i3exit.md b/pages/linux/i3exit.md new file mode 100644 index 000000000..50873de0f --- /dev/null +++ b/pages/linux/i3exit.md @@ -0,0 +1,32 @@ +# i3exit + +> Exit the i3 window manager. +> More information: . + +- 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`