.config/awesome/rc.lua
This commit is contained in:
parent
f7f9f0dcd0
commit
d5836762a0
1 changed files with 3 additions and 1 deletions
|
@ -126,7 +126,7 @@ end
|
||||||
|
|
||||||
-- {{{ Variable definitions
|
-- {{{ Variable definitions
|
||||||
-- Themes define colours, icons, and wallpapers
|
-- Themes define colours, icons, and wallpapers
|
||||||
beautiful.init("/usr/share/awesome/themes/default/theme.lua")
|
beautiful.init("/home/slash/.config/awesome/themes/custom/theme.lua")
|
||||||
|
|
||||||
bowl.init({ use_timers = true, timeout = 1 })
|
bowl.init({ use_timers = true, timeout = 1 })
|
||||||
bowl.default_setup()
|
bowl.default_setup()
|
||||||
|
@ -329,6 +329,8 @@ globalkeys = awful.util.table.join(
|
||||||
sub({ }, "w",
|
sub({ }, "w",
|
||||||
function () oni.run_or_raise("conkeror",
|
function () oni.run_or_raise("conkeror",
|
||||||
{ class = "Conkeror" }) end) }),
|
{ class = "Conkeror" }) end) }),
|
||||||
|
awful.key({ "Control", "Mod1" }, "l",
|
||||||
|
function () awful.util.spawn("i3lock -c 000000") end),
|
||||||
awful.key({ modkey, }, "Left", awful.tag.viewprev ),
|
awful.key({ modkey, }, "Left", awful.tag.viewprev ),
|
||||||
awful.key({ modkey, }, "Right", awful.tag.viewnext ),
|
awful.key({ modkey, }, "Right", awful.tag.viewnext ),
|
||||||
awful.key({ modkey, }, "Escape", awful.tag.history.restore),
|
awful.key({ modkey, }, "Escape", awful.tag.history.restore),
|
||||||
|
|
Loading…
Reference in a new issue