Commit de041933 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Move imports to the top of .config/awesome/user-defined.lua

parent cffe7649
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ local io = require("io")
local gears = require("gears")
local awful = require("awful")
local beautiful = require("beautiful")
local debian_menu = require("debian.menu")


-- {{{ Link titlebars with floating property
@@ -35,9 +36,6 @@ end

-- {{{ Better menus

debian_menu = require("debian.menu")
beautiful = require("beautiful")

local main_menu = {
	{ "awesome", {
   	   { "lock screen", "dm-tool lock" },