1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2026-03-23 05:55:12 +00:00

swap min/max keys

This commit is contained in:
Toma Adrian Ionut 2022-11-02 15:35:01 +02:00
parent 3d04f87baf
commit f629c04b1d

View file

@ -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