i3exit
script that provides system power management and session control for the i3
TLDR
Log out of i3
SYNOPSIS
i3exit command
DESCRIPTION
i3exit is a script that provides system power management and session control for the i3 window manager. It wraps common actions like locking, suspending, hibernating, and logging out into a single command.
The script is typically bound to keyboard shortcuts or used in i3 mode menus, providing consistent behavior for power management operations regardless of the underlying display manager or systemd configuration.
PARAMETERS
logout
Exit i3 and return to display managerlock
Lock the screensuspend
Suspend the system to RAMhibernate
Hibernate the system to diskreboot
Reboot the systemshutdown
Power off the systemswitch_user
Return to login screen for user switching
CAVEATS
Requires appropriate permissions for power management operations. Behavior may vary depending on the display manager and systemd configuration. Some commands may require polkit authentication.
HISTORY
i3exit was developed for Manjaro Linux's i3 edition to provide a convenient power management interface for i3 users. It abstracts the differences between various power management backends.
