diff options
Diffstat (limited to 'internal/system/wayland.go')
| -rw-r--r-- | internal/system/wayland.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/system/wayland.go b/internal/system/wayland.go index c423fe24..bbecde18 100644 --- a/internal/system/wayland.go +++ b/internal/system/wayland.go @@ -8,7 +8,7 @@ import ( "hakurei.app/container/check" "hakurei.app/hst" "hakurei.app/internal/acl" - "hakurei.app/internal/wayland" + "hakurei.app/system/wayland" ) type waylandConn interface { |
