#!/bin/sh if [ "$DESKTOP_SESSION" = "xfce" ]; then xfce4-session-logout else i3-nagbar -t warning \ -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' \ -b 'Yes, exit i3' 'i3-msg exit' fi