add suspend and hibernate script for user
This commit is contained in:
@@ -25,6 +25,7 @@ var rules = [
|
|||||||
"*reddit.com*",
|
"*reddit.com*",
|
||||||
"*redditmedia.com*",
|
"*redditmedia.com*",
|
||||||
"*quantserve.com*",
|
"*quantserve.com*",
|
||||||
|
"*gentoo.org*",
|
||||||
"*redd.it*",
|
"*redd.it*",
|
||||||
"*redditstatic.com*"
|
"*redditstatic.com*"
|
||||||
]
|
]
|
||||||
|
|||||||
3
script/hibernate
Normal file
3
script/hibernate
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
loginctl hibernate
|
||||||
3
script/suspend
Normal file
3
script/suspend
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
loginctl suspend
|
||||||
Reference in New Issue
Block a user