mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2024-11-25 00:38:20 -05:00
Fix loginctl
This commit is contained in:
parent
d579388c4a
commit
c45408edf0
Binary file not shown.
@ -1,2 +1,2 @@
|
|||||||
LastUsed=1693607323
|
LastUsed=1693610023
|
||||||
Message='Fully Updated'
|
Message='Fully Updated'
|
||||||
|
@ -12,6 +12,6 @@ strings=bat, pkgbrowser, ly, zap, i3-gaps, microsoft edge, python3, python, pama
|
|||||||
|
|
||||||
[window]
|
[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)
|
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)
|
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)
|
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)
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
#Created:
|
#Created:
|
||||||
# Wed 07 December 2022, 11:01:52 PM [GMT]
|
# Wed 07 December 2022, 11:01:52 PM [GMT]
|
||||||
#Modified:
|
#Modified:
|
||||||
# Wed 16 August 2023, 05:37:23 AM [GMT+1]
|
# Sat 02 September 2023, 12:11:51 AM [GMT+1]
|
||||||
#
|
#
|
||||||
#Description:
|
#Description:
|
||||||
# This script defines just a mode for rofi instead of being a self-contained
|
# This script defines just a mode for rofi instead of being a self-contained
|
||||||
@ -59,7 +59,7 @@ icons[shutdown]=""
|
|||||||
icons[cancel]=""
|
icons[cancel]=""
|
||||||
|
|
||||||
declare -A actions
|
declare -A actions
|
||||||
actions[lockscreen]="systemctl lock-session"
|
actions[lockscreen]="loginctl lock-session"
|
||||||
actions[logout]="pkill -KILL -u ${USER}"
|
actions[logout]="pkill -KILL -u ${USER}"
|
||||||
actions[suspend]="systemctl suspend"
|
actions[suspend]="systemctl suspend"
|
||||||
actions[hibernate]="systemctl hibernate"
|
actions[hibernate]="systemctl hibernate"
|
||||||
|
Loading…
Reference in New Issue
Block a user