Package Details: i3exit 2-2

Git Clone URL: https://aur.archlinux.org/i3exit.git (read-only, click to copy)
Package Base: i3exit
Description: Systemd/OpenRC-compatible exit-script for i3, including 'blurlock'
Upstream URL: None
Licenses: GPL
Submitter: monkeynaleo
Maintainer: monkeynaleo
Last Packager: monkeynaleo
Votes: 6
Popularity: 0.002389
First Submitted: 2020-05-03 22:28 (UTC)
Last Updated: 2020-06-19 05:53 (UTC)

Latest Comments

dpvpro commented on 2025-06-27 14:46 (UTC) (edited on 2025-06-28 01:08 (UTC) by dpvpro)

diff --git a/PKGBUILD b/PKGBUILD
index c71e7d2..a0a12bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ source=("$pkgname"
     'config')
 install="$pkgname.install"
 md5sums=('896d9d0941aa842ceed36c1ddb758f38'
-         'e3699b2b3acaa6e59e4d40d9229273ea'
+         '1bb7e179da61201f9813dc8cf4744919'
          '60e55cbbc4a3a955dbaf58183604c204'
          'c182bd89c9a507142b301394aef9a89b')

diff --git a/blurlock b/blurlock
index 7471e34..a81fccb 100644
--- a/blurlock
+++ b/blurlock
@@ -5,7 +5,7 @@
 import -window root /tmp/screenshot.png

 # blur it
-convert /tmp/screenshot.png -blur 0x5 /tmp/screenshotblur.png
+magick /tmp/screenshot.png -blur 0x10 /tmp/screenshotblur.png
 rm /tmp/screenshot.png

 # lock the screen

Please, update or add me as maintainer

nigredo-tori commented on 2023-07-09 15:24 (UTC)

I've had issues with this package when logging out - one of the background applications didn't seem to properly terminate (Emacs daemon didn't save its history). The thing that fixed that for me was replacing

i3-msg exit

with

loginctl terminate-session $XDG_SESSION_ID

Not sure why the original version doesn't work - I'm way out of my depth here. If it helps, my setup is basically vanilla manjaro-i3-settings.