mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2026-03-23 14:05:11 +00:00
swap min/max keys
This commit is contained in:
parent
3d04f87baf
commit
f629c04b1d
|
|
@ -642,7 +642,7 @@ end, {
|
|||
end, {
|
||||
description = "min/max all windows",
|
||||
group = "client"
|
||||
}), awful.key({altkey, "Control"}, "m", function()
|
||||
}), awful.key({altkey, "Control"}, "n", function()
|
||||
for _, cl in ipairs(mouse.screen.selected_tag:clients()) do
|
||||
local c = cl
|
||||
if c then
|
||||
|
|
@ -652,7 +652,7 @@ end, {
|
|||
end, {
|
||||
description = "minimize all windows in current tag",
|
||||
group = "client"
|
||||
}), awful.key({altkey, "Control"}, "n", function()
|
||||
}), awful.key({altkey, "Control"}, "m", function()
|
||||
for _, cl in ipairs(mouse.screen.selected_tag:clients()) do
|
||||
local c = cl
|
||||
if c then
|
||||
|
|
|
|||
Loading…
Reference in a new issue