mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-21 18:40:26 +10:00
Minor edits.
This commit is contained in:
@@ -269,7 +269,7 @@ globalkeys = my_table.join(
|
||||
-- dmenu
|
||||
awful.key({ altkey, "Control" }, "Return",
|
||||
function ()
|
||||
awful.spawn(string.format("dmenu_run -i -nb '#292d3e' -nf '#bbc5ff' -sb '#82AAFF' -sf '#292d3e' -fn 'UbuntuMono Nerd Font:bold:pixelsize=14'",
|
||||
awful.spawn(string.format("dmenu_run -i -nb '#292d3e' -nf '#bbc5ff' -sb '#82AAFF' -sf '#292d3e' -fn 'Mononoki Nerd Font:bold:pixelsize=14'",
|
||||
beautiful.bg_normal, beautiful.fg_normal, beautiful.bg_focus, beautiful.fg_focus))
|
||||
end,
|
||||
{description = "show dmenu", group = "hotkeys"}),
|
||||
@@ -578,7 +578,7 @@ globalkeys = my_table.join(
|
||||
{description = "show the menubar", group = "super"})
|
||||
--]]
|
||||
|
||||
awful.key({ altkey }, "x",
|
||||
awful.key({ altkey, "Shift" }, "x",
|
||||
function ()
|
||||
awful.prompt.run {
|
||||
prompt = "Run Lua code: ",
|
||||
|
||||
Reference in New Issue
Block a user