mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
Update nvim
This commit is contained in:
parent
102aa36798
commit
13c6216796
6 changed files with 19 additions and 15 deletions
|
|
@ -4,7 +4,7 @@ Lock
|
|||
Logout
|
||||
Reboot")
|
||||
|
||||
choice=$(echo -e "${options[@]}" | dmenu -p "Power" $@)
|
||||
choice=$(echo -e "${options[@]}"|dmenu -p "Power" $@)
|
||||
case "$choice" in
|
||||
"ShutDown")
|
||||
case "$(echo -e "Yes\nNo"|dmenu -p "ShutDown" $@)" in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue