From ea1bdf6585caed2c0ba8669ca5c3b3b92232281a Mon Sep 17 00:00:00 2001 From: delta Date: Wed, 12 Apr 2023 00:44:52 +0200 Subject: sort all require statements --- .config/awesome/signals/naughty.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/awesome/signals') diff --git a/.config/awesome/signals/naughty.lua b/.config/awesome/signals/naughty.lua index 49187c0..90594c1 100644 --- a/.config/awesome/signals/naughty.lua +++ b/.config/awesome/signals/naughty.lua @@ -1,8 +1,8 @@ -local naughty = require "naughty" local awful = require "awful" local beautiful = require "beautiful" -local wibox = require "wibox" +local naughty = require "naughty" local qvars = require "quarrel.vars" +local wibox = require "wibox" naughty.connect_signal("request::display", function(n) naughty.layout.box { -- cgit v1.2.3