i3quitdialog

A simple quit dialog for i3wm.

Build and install

sh cargo install i3quitdialog

Settings

The “Exit” button works out of the box. In order to allow users to halt and reboot the system, add them to the power group.

You can just call it:

sh i3quitdialog

However, if you are setting a blocklet to launch I3 Quit Dialog, prefer using i3-msg:

```ini [Logoff] command=i3-msg -q -- exec --no-startup-id i3quitdialog color=#ff0000 full_text=⏻ text=⏻ interval=0

signal=10 # uncomment this line to capture pkill -SIGRTMIN+10 i3blocks

```

.XResources support

I3 Quit Dialog supports the following keys from xrdb (case sensitive):

Acceptable values:

License: BSD-3-Clause