Skip to content

Commit

Permalink
remove uneeded lines
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintRyoh committed Apr 5, 2023
1 parent f404e21 commit fedf889
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions rc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,6 @@ require("awful.hotkeys_popup.keys")
require("awful.autofocus")


local awful = require("awful")
-- Custom Local Library
local main = {
rules = require("main.rules"),
}

-- {{{ Rules
-- Rules to apply to new clients (through the "manage" signal).
-- awful.rules.rules = main.rules(
-- RC.diModule.getInstance("binding.clientkeys"),
-- RC.diModule.getInstance("binding.clientbuttons")
-- )
-- }}}

require("main.signals")
require("main.error-handling")
Expand Down

0 comments on commit fedf889

Please sign in to comment.