mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-22 11:12:31 +00:00
template update
This commit is contained in:
parent
eb387e3419
commit
d224bf4e6f
|
@ -58,7 +58,7 @@ run_once("unclutter -root")
|
|||
-- }}}
|
||||
|
||||
-- {{{ Variable definitions
|
||||
local chosen_theme = "powerarrow-darker"
|
||||
local chosen_theme = "multicolor"
|
||||
local modkey = "Mod4"
|
||||
local altkey = "Mod1"
|
||||
local terminal = "urxvtc" or "xterm"
|
||||
|
@ -425,7 +425,7 @@ globalkeys = awful.util.table.join(
|
|||
end,
|
||||
{description = "lua execute prompt", group = "awesome"})
|
||||
--]]
|
||||
|
||||
|
||||
--[[ dmenu
|
||||
awful.key({ modkey }, "x", function ()
|
||||
awful.spawn(string.format("dmenu_run -i -fn 'Tamsyn' -nb '%s' -nf '%s' -sb '%s' -sf '%s'",
|
||||
|
|
Loading…
Reference in a new issue