HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

i3exit — Exit the i3 window manager. More information: <https://gitlab.manjaro.org/packages/extra/i3exit/-/bl

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandexitclii3exitmoremanagerwindow
linux

Problem

How to use the i3exit command: Exit the i3 window manager. More information: <https://gitlab.manjaro.org/packages/extra/i3exit/-/blob/master/i3exit>.

Solution

i3exit — Exit the i3 window manager. More information: <https://gitlab.manjaro.org/packages/extra/i3exit/-/blob/master/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

Code Snippets

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

Context

tldr-pages: linux/i3exit

Revisions (0)

No revisions yet.