Skip to content
Snippets Groups Projects
Commit f133f047 authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

added sudo to hibernate command.

parent 44103eab
Branches master
No related tags found
No related merge requests found
......@@ -187,7 +187,7 @@ keys = [
# System hotkeys
Key([], "Print", lazy.spawn("scrot -e 'mv $f /home/user/screenshots/'")),
Key([mod, "shift", "control"], "h", lazy.spawn("systemctl hibernate")),
Key([mod, "shift", "control"], "h", lazy.spawn("sudo systemctl hibernate")),
Key([mod, "shift", "control"], "r", lazy.restart()),
Key([mod, "shift", "control"], "q", lazy.shutdown()),
Key([mod], "u", lazy.spawn("terminator -e \"yay -Syu --devel && read -p \\\"Press enter to continue\\\"\"")),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment