Group lockscreen and display suspension related code

This commit is contained in:
Kristóf Tóth 2020-09-08 14:08:54 +02:00
parent 48aaf76c8a
commit f80f2be784
6 changed files with 3 additions and 3 deletions

View File

@ -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"