mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-23 11:32:32 +00:00
updates references to modules
This commit is contained in:
parent
12b9c09d65
commit
cc2d713c20
|
@ -7,7 +7,7 @@
|
||||||
local awful = require("awful")
|
local awful = require("awful")
|
||||||
local beautiful = require("beautiful")
|
local beautiful = require("beautiful")
|
||||||
|
|
||||||
require('freedesktop')
|
require('plugins.freedesktop')
|
||||||
-- require("debian.menu")
|
-- require("debian.menu")
|
||||||
|
|
||||||
freedesktop.utils.terminal = terminal -- defined in rc.lua, otherwise define it here (default: "xterm")
|
freedesktop.utils.terminal = terminal -- defined in rc.lua, otherwise define it here (default: "xterm")
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
require("freedesktop.utils")
|
require("plugins.freedesktop.utils")
|
||||||
require("freedesktop.menu")
|
require("plugins.freedesktop.menu")
|
||||||
require("freedesktop.desktop")
|
require("plugins.freedesktop.desktop")
|
||||||
|
|
||||||
module("freedesktop")
|
module("freedesktop")
|
||||||
|
|
|
@ -13,7 +13,7 @@ require("awful.autofocus")
|
||||||
local wibox = require("wibox")
|
local wibox = require("wibox")
|
||||||
local beautiful = require("beautiful")
|
local beautiful = require("beautiful")
|
||||||
local naughty = require("naughty")
|
local naughty = require("naughty")
|
||||||
local drop = require("scratchdrop")
|
local drop = require("plugins.scratchdrop")
|
||||||
local lain = require("lain")
|
local lain = require("lain")
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ end
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Menu
|
-- {{{ Menu
|
||||||
require("freedesktop/freedesktop")
|
require("plugins.freedesktop/freedesktop")
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Wibox
|
-- {{{ Wibox
|
||||||
|
|
|
@ -13,9 +13,9 @@ require("awful.autofocus")
|
||||||
local wibox = require("wibox")
|
local wibox = require("wibox")
|
||||||
local beautiful = require("beautiful")
|
local beautiful = require("beautiful")
|
||||||
local naughty = require("naughty")
|
local naughty = require("naughty")
|
||||||
local drop = require("scratchdrop")
|
local drop = require("plugins.scratchdrop")
|
||||||
local lain = require("lain")
|
local lain = require("lain")
|
||||||
local eminent = require("eminent")
|
local eminent = require("plugins.eminent")
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Error handling
|
-- {{{ Error handling
|
||||||
|
@ -112,7 +112,7 @@ end
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Menu
|
-- {{{ Menu
|
||||||
require("freedesktop/freedesktop")
|
require("plugins.freedesktop/freedesktop")
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Wibox
|
-- {{{ Wibox
|
||||||
|
|
|
@ -13,7 +13,7 @@ require("awful.autofocus")
|
||||||
local wibox = require("wibox")
|
local wibox = require("wibox")
|
||||||
local beautiful = require("beautiful")
|
local beautiful = require("beautiful")
|
||||||
local naughty = require("naughty")
|
local naughty = require("naughty")
|
||||||
local drop = require("scratchdrop")
|
local drop = require("plugins.scratchdrop")
|
||||||
local lain = require("lain")
|
local lain = require("lain")
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ end
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Menu
|
-- {{{ Menu
|
||||||
require("freedesktop/freedesktop")
|
require("plugins.freedesktop/freedesktop")
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Wibox
|
-- {{{ Wibox
|
||||||
|
|
|
@ -13,7 +13,7 @@ require("awful.autofocus")
|
||||||
local wibox = require("wibox")
|
local wibox = require("wibox")
|
||||||
local beautiful = require("beautiful")
|
local beautiful = require("beautiful")
|
||||||
local naughty = require("naughty")
|
local naughty = require("naughty")
|
||||||
local drop = require("scratchdrop")
|
local drop = require("plugins.scratchdrop")
|
||||||
local lain = require("lain")
|
local lain = require("lain")
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
|
@ -102,7 +102,7 @@ end
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Menu
|
-- {{{ Menu
|
||||||
require("freedesktop/freedesktop")
|
require("plugins.freedesktop/freedesktop")
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Wibox
|
-- {{{ Wibox
|
||||||
|
|
|
@ -13,7 +13,7 @@ require("awful.autofocus")
|
||||||
local wibox = require("wibox")
|
local wibox = require("wibox")
|
||||||
local beautiful = require("beautiful")
|
local beautiful = require("beautiful")
|
||||||
local naughty = require("naughty")
|
local naughty = require("naughty")
|
||||||
local drop = require("scratchdrop")
|
local drop = require("plugins.scratchdrop")
|
||||||
local lain = require("lain")
|
local lain = require("lain")
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
|
@ -107,7 +107,7 @@ end
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Freedesktop Menu
|
-- {{{ Freedesktop Menu
|
||||||
require("freedesktop/freedesktop")
|
require("plugins.freedesktop/freedesktop")
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Wibox
|
-- {{{ Wibox
|
||||||
|
|
|
@ -13,7 +13,7 @@ require("awful.autofocus")
|
||||||
local wibox = require("wibox")
|
local wibox = require("wibox")
|
||||||
local beautiful = require("beautiful")
|
local beautiful = require("beautiful")
|
||||||
local naughty = require("naughty")
|
local naughty = require("naughty")
|
||||||
local drop = require("scratchdrop")
|
local drop = require("plugins.scratchdrop")
|
||||||
local lain = require("lain")
|
local lain = require("lain")
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
|
@ -104,7 +104,7 @@ end
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Menu
|
-- {{{ Menu
|
||||||
require("freedesktop/freedesktop")
|
require("plugins.freedesktop/freedesktop")
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Wibox
|
-- {{{ Wibox
|
||||||
|
|
|
@ -13,7 +13,7 @@ require("awful.autofocus")
|
||||||
local wibox = require("wibox")
|
local wibox = require("wibox")
|
||||||
local beautiful = require("beautiful")
|
local beautiful = require("beautiful")
|
||||||
local naughty = require("naughty")
|
local naughty = require("naughty")
|
||||||
local drop = require("scratchdrop")
|
local drop = require("plugins.scratchdrop")
|
||||||
local lain = require("lain")
|
local lain = require("lain")
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
|
@ -108,7 +108,7 @@ end
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Menu
|
-- {{{ Menu
|
||||||
require("freedesktop/freedesktop")
|
require("plugins.freedesktop/freedesktop")
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Wibox
|
-- {{{ Wibox
|
||||||
|
|
|
@ -13,7 +13,7 @@ require("awful.autofocus")
|
||||||
local wibox = require("wibox")
|
local wibox = require("wibox")
|
||||||
local beautiful = require("beautiful")
|
local beautiful = require("beautiful")
|
||||||
local naughty = require("naughty")
|
local naughty = require("naughty")
|
||||||
local drop = require("scratchdrop")
|
local drop = require("plugins.scratchdrop")
|
||||||
local lain = require("lain")
|
local lain = require("lain")
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
|
@ -106,7 +106,7 @@ end
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Menu
|
-- {{{ Menu
|
||||||
require("freedesktop/freedesktop")
|
require("plugins.freedesktop/freedesktop")
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Wibox
|
-- {{{ Wibox
|
||||||
|
|
Loading…
Reference in a new issue