mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2024-11-25 00:38:20 -05:00
Updates
This commit is contained in:
parent
b3a4e39a53
commit
b9a9d13be7
Binary file not shown.
@ -1,2 +1,2 @@
|
|||||||
LastUsed=1692160514
|
LastUsed=1692162315
|
||||||
Message=' Fully Updated'
|
Message=' Fully Updated'
|
||||||
|
@ -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:
|
||||||
# Mon 14 August 2023, 12:26:30 AM [GMT+1]
|
# Wed 16 August 2023, 05:37:23 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,12 +59,12 @@ icons[shutdown]=""
|
|||||||
icons[cancel]=""
|
icons[cancel]=""
|
||||||
|
|
||||||
declare -A actions
|
declare -A actions
|
||||||
actions[lockscreen]="loginctl lock-session"
|
actions[lockscreen]="systemctl lock-session"
|
||||||
actions[logout]="pkill -KILL -u ${USER}"
|
actions[logout]="pkill -KILL -u ${USER}"
|
||||||
actions[suspend]="loginctl suspend"
|
actions[suspend]="systemctl suspend"
|
||||||
actions[hibernate]="loginctl hibernate"
|
actions[hibernate]="systemctl hibernate"
|
||||||
actions[reboot]="loginctl reboot"
|
actions[reboot]="systemctl reboot"
|
||||||
actions[shutdown]="loginctl poweroff"
|
actions[shutdown]="systemctl poweroff"
|
||||||
|
|
||||||
# By default, ask for confirmation for actions that are irreversible
|
# By default, ask for confirmation for actions that are irreversible
|
||||||
confirmations=(reboot shutdown logout)
|
confirmations=(reboot shutdown logout)
|
||||||
|
Loading…
Reference in New Issue
Block a user