LinuxCommandLibrary

i3exit

Exit the i3 window manager.

TLDR

Log out of i3

$ i3exit logout
copy


Lock i3
$ i3exit lock
copy


Shut down the system
$ i3exit shutdown
copy


Suspend the system
$ i3exit suspend
copy


Switch to the login screen to log in as a different user
$ i3exit switch_user
copy


Hibernate the system
$ i3exit hibernate
copy


Reboot the system
$ i3exit reboot
copy

Copied to clipboard