From b4896eac10c56241237e9e77c4ac4a6db7d903d0 Mon Sep 17 00:00:00 2001 From: Von Random Date: Fri, 20 Mar 2015 08:11:04 +0300 Subject: [PATCH] added a todo thing, for swapping tags between screens --- rc.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/rc.lua b/rc.lua index 80ed4c7..ac821dc 100644 --- a/rc.lua +++ b/rc.lua @@ -456,6 +456,13 @@ clientkeys = awful.util.table.join( awful.key({ modkey, 'Shift' }, 'c', function (c) c:kill() end), awful.key({ modkey, }, 'Return', function (c) c:swap(awful.client.getmaster()) end), awful.key({ modkey, 'Shift' }, 'o', awful.client.movetoscreen ), + -- TODO: swap tags between screens + awful.key({ modkey, }, ',', + function(c) + if screen.count() == 2 then + end + end + ), awful.key({ modkey, }, 'n', function (c) c.minimized = true end), -- Window properties