+ Added scripts directory
This commit is contained in:
parent
c42020a930
commit
08332199a2
23 changed files with 547 additions and 0 deletions
3
.scripts/shutdown
Executable file
3
.scripts/shutdown
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
[[ $(echo -e "No\nYes" | dmenu -i -p "Are you sure") == [Yes]* ]] && systemctl suspend
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue