fix(awesomerc): fix importing vim hotkeys
This commit is contained in:
parent
8041078618
commit
e5466feb07
|
@ -10,7 +10,7 @@ local beautiful = require("beautiful")
|
||||||
-- Notification library
|
-- Notification library
|
||||||
local naughty = require("naughty")
|
local naughty = require("naughty")
|
||||||
local menubar = require("menubar")
|
local menubar = require("menubar")
|
||||||
local hotkeys_popup = require("awful.hotkeys_popup.widget")
|
local hotkeys_popup = require("awful.hotkeys_popup").widget
|
||||||
|
|
||||||
-- {{{ Error handling
|
-- {{{ Error handling
|
||||||
-- Check if awesome encountered an error during startup and fell back to
|
-- Check if awesome encountered an error during startup and fell back to
|
||||||
|
|
Loading…
Reference in New Issue