update
This commit is contained in:
parent
4b42aa2fce
commit
e4b7f615fa
33 changed files with 543 additions and 0 deletions
8
dmenu_power
Executable file
8
dmenu_power
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
OPTIONS="suspend\npoweroff\nreboot"
|
||||
|
||||
. ~/.dmenurc
|
||||
dmenu_cmd="dmenu $DMENU_OPTIONS"
|
||||
result=$(printf "$OPTIONS" | $dmenu_cmd -i -p 'systemctl ')
|
||||
systemctl "$result"
|
||||
Loading…
Add table
Add a link
Reference in a new issue