浏览代码

i3exit: add page (#7401)

marchersimon 3 年之前
父节点
当前提交
25274894de
共有 1 个文件被更改,包括 32 次插入0 次删除
  1. 32 0
      pages/linux/i3exit.md

+ 32 - 0
pages/linux/i3exit.md

@@ -0,0 +1,32 @@
+# i3exit
+
+> Exit the i3 window manager.
+> More information: <https://gitlab.manjaro.org/packages/community/i3/i3exit>.
+
+- 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`