Fix loginctl

This commit is contained in:
The-Repo-Club 2023-09-02 00:12:03 +01:00
parent d579388c4a
commit c45408edf0
No known key found for this signature in database
GPG Key ID: E30EC2FBFB05C44F
4 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@ -1,2 +1,2 @@
LastUsed=1693607323
LastUsed=1693610023
Message='Fully Updated'

View File

@ -12,6 +12,6 @@ strings=bat, pkgbrowser, ly, zap, i3-gaps, microsoft edge, python3, python, pama
[window]
central-splitter=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\x1\0\0\0\x1>\0\xff\xff\xff\xff\x1\0\0\0\x1\0)
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x4\xa5\0\0\0)\0\0\ax\0\0\x4\n\0\0\0\0\0\0\0\x14\0\0\aq\0\0\x3\xf1\0\0\0\0\x2\0\0\0\a\x80\0\0\x4\xa7\0\0\0+\0\0\av\0\0\x4\b)
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\n\0\0\0\x33\0\0\au\0\0\x4-\0\0\0\0\0\0\0\x14\0\0\aq\0\0\x3\xf1\0\0\0\0\x2\0\0\0\a\x80\0\0\0\f\0\0\0\x35\0\0\as\0\0\x4+)
left-splitter=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\0\xc0\0\0\x1\f\0\xff\xff\xff\xff\x1\0\0\0\x2\0)
right-splitter=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\0\xc0\0\0\0\xee\0\xff\xff\xff\xff\x1\0\0\0\x2\0)

View File

@ -12,7 +12,7 @@
#Created:
# Wed 07 December 2022, 11:01:52 PM [GMT]
#Modified:
# Wed 16 August 2023, 05:37:23 AM [GMT+1]
# Sat 02 September 2023, 12:11:51 AM [GMT+1]
#
#Description:
# This script defines just a mode for rofi instead of being a self-contained
@ -59,7 +59,7 @@ icons[shutdown]="󰐥"
icons[cancel]=""
declare -A actions
actions[lockscreen]="systemctl lock-session"
actions[lockscreen]="loginctl lock-session"
actions[logout]="pkill -KILL -u ${USER}"
actions[suspend]="systemctl suspend"
actions[hibernate]="systemctl hibernate"