Update awesome keybinds, conky details
This commit is contained in:
@@ -27,19 +27,6 @@ globalkeys =
|
||||
end,
|
||||
{description = "quit awesome", group = "awesome"}
|
||||
),
|
||||
awful.key(
|
||||
{modkey},
|
||||
"x",
|
||||
function()
|
||||
awful.prompt.run {
|
||||
prompt = "Run Lua code: ",
|
||||
textbox = awful.screen.focused().mypromptbox.widget,
|
||||
exe_callback = awful.util.eval,
|
||||
history_path = awful.util.get_cache_dir() .. "/history_eval"
|
||||
}
|
||||
end,
|
||||
{description = "lua execute prompt", group = "awesome"}
|
||||
),
|
||||
awful.key(
|
||||
{modkey},
|
||||
"j",
|
||||
@@ -50,28 +37,12 @@ globalkeys =
|
||||
),
|
||||
awful.key(
|
||||
{modkey},
|
||||
"k",
|
||||
"h",
|
||||
function()
|
||||
awful.client.focus.byidx(-1)
|
||||
end,
|
||||
{description = "focus previous by index", group = "client"}
|
||||
),
|
||||
awful.key(
|
||||
{modkey, "Shift"},
|
||||
"j",
|
||||
function()
|
||||
awful.client.swap.byidx(1)
|
||||
end,
|
||||
{description = "swap with next client by index", group = "client"}
|
||||
),
|
||||
awful.key(
|
||||
{modkey, "Shift"},
|
||||
"k",
|
||||
function()
|
||||
awful.client.swap.byidx(-1)
|
||||
end,
|
||||
{description = "swap with previous client by index", group = "client"}
|
||||
),
|
||||
awful.key(
|
||||
{modkey},
|
||||
"u",
|
||||
@@ -211,7 +182,7 @@ globalkeys =
|
||||
function()
|
||||
awful.spawn("/home/nick/.config/awesome/scripts/switch_theme.sh", false)
|
||||
end,
|
||||
{description = "switch theme", group = "hotkey"}
|
||||
{description = "switch theme", group = "hotkeys"}
|
||||
),
|
||||
awful.key(
|
||||
{modkey},
|
||||
@@ -239,7 +210,7 @@ globalkeys =
|
||||
),
|
||||
awful.key(
|
||||
{modkey},
|
||||
"h",
|
||||
"k",
|
||||
function()
|
||||
awful.tag.incmwfact(-0.05)
|
||||
end,
|
||||
|
Reference in New Issue
Block a user