mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
Add doom emacs config
This commit is contained in:
parent
e3c86138ef
commit
70e19a1b38
10 changed files with 218 additions and 63 deletions
|
|
@ -15,13 +15,7 @@ case "$choice" in
|
|||
esac
|
||||
;;
|
||||
"Lock")
|
||||
declare opt=("Yes\nNo")
|
||||
yesno=$(echo -e "${opt[@]}" | dmenu -p 'Power' $@)
|
||||
case "$yesno" in
|
||||
"Yes") exec betterlockscreen --off 300 -t "Computer is lockerd" -l;;
|
||||
"No") exec exit 0 ;;
|
||||
esac
|
||||
;;
|
||||
exec betterlockscreen --off 300 -t "Computer is lockerd" -l ;;
|
||||
"Logout")
|
||||
declare opt=("Yes\nNo")
|
||||
yesno=$(echo -e "${opt[@]}" | dmenu -p 'Logout' $@)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue