Group lockscreen and display suspension related code
This commit is contained in:
		@@ -2,10 +2,10 @@ package main
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
import (
 | 
					import (
 | 
				
			||||||
	"after-lock/afterlock"
 | 
						"after-lock/afterlock"
 | 
				
			||||||
	"after-lock/display"
 | 
						"after-lock/xdg/display"
 | 
				
			||||||
	"after-lock/keypressdetector"
 | 
						"after-lock/xdg/keypressdetector"
 | 
				
			||||||
 | 
						"after-lock/xdg/lockscreen"
 | 
				
			||||||
	"after-lock/lockfile"
 | 
						"after-lock/lockfile"
 | 
				
			||||||
	"after-lock/lockscreen"
 | 
					 | 
				
			||||||
	"fmt"
 | 
						"fmt"
 | 
				
			||||||
	"os"
 | 
						"os"
 | 
				
			||||||
	"runtime/debug"
 | 
						"runtime/debug"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user