device-nokia-n900: do not open terminal for nagbar actions (MR 4320)

This commit is contained in:
Sicelo A. Mhlongo 2023-08-10 00:38:00 +02:00 committed by Dylan Van Assche
parent b117742459
commit 9c0e8fcc10
No known key found for this signature in database
GPG key ID: 8642571587897EA1
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Maintainer: Sicelo <absicsz@gmail.com>
# Co-Maintainer: Danct12 <danct12@disroot.org>
pkgname=device-nokia-n900
pkgver=9.1.6
pkgver=9.1.7
pkgrel=0
pkgdesc="Nokia N900"
url="https://postmarketos.org"
@ -188,7 +188,7 @@ e6bbac8de1a198ba716f44ade76606e1e0adcc574156b855ac41be5eb5308389d3277fd89cc34b11
2463008d270ed09342f15b51f24ea455bd884021f95397991b85616b6840a6608d91cd1fc43186094f5c3d1bd25e88c16aa9ead07b018aea3d93cd2359bba0b1 deviceinfo
f90dcdd310595adf9e00f1eb1032461bd1666fff21eb18615f8e9ef48fff4f872abd3ca7c765fab50957b056a30330e49b5d1e399fc8690f4f9735ccc0eec145 modules-initfs
826a3790b49324c1e61c75b6c0ffc043a2a1d7c13a8c554fb5eae4977af47a1ca93d70ef8c783d712b953b70e18ae58fa4c6a49bf97263398a01a0c4f91ebc8f i3blocks.conf
8483ca7e7cea8de041983239d1a2bf64d6af15adcf3fc36dfcdc8ade14e8999b7db0109cf9896140990fe72d2588c9fb3f23b542c6e032950a4ffd18de663dee i3wm.conf
e9bc4efc409eb09b3a469e03f0fa6ce56f461b5b8d51792af06050c0499e300090a30dc3fcfc5a16be04bc8eda9ab53554576e48b119c21adfe2e4cc04e50061 i3wm.conf
0b80af9fd1f36e6bc06bdfdf48352897234ac7457210649016665da8570a5a64b8a0841b4fbeb64fd7054a5246a64718cf4412f8a53024ce39b28a80984972d8 protip_shell.sh
2ae4771eda9b151de3b47dc4e3081eb86b92fc04c4be4b4fbb98c28016762d24008e935bbba8f95ea0732019f615ee43f5d93dacb21bdc3471e505a07a684e26 battery-bq27200
d9ef88c714e9fce8822f63b7a9d7fc3e1ed472c8c876b44ba524d44efea322839f13ddd2fa652420608427ecf7279bfaac302c9b67667f32796ca21da332164d calendar

View file

@ -66,9 +66,9 @@ bindsym XF86ScreenSaver exec --no-startup-id lock.sh
# Pressing the power button offers reboot, shutdown, or suspend choice
bindsym XF86PowerOff exec --no-startup-id i3-nagbar \
-m 'Choose Power Button Action:' \
-b 'Reboot' 'loginctl reboot' \
-b 'Suspend' 'loginctl suspend' \
-b 'Shutdown' 'loginctl poweroff'
-B 'Reboot' 'loginctl reboot' \
-B 'Suspend' 'loginctl suspend' \
-B 'Shutdown' 'loginctl poweroff'
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)