Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 418 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 418 Bytes

Drag clients to other tags and move with them

INSTALLATION: 1)

cd ~/.config/awesome

git clone https://github.com/jorenheit/awesome_alttab.git alttab

  1. Add to rc.lua: local tagdrag = require("tagdrag")

  2. Add key-bindings to table, for example:

    awful.key({ modkey, "Shift"}, "Right", function () tagdrag(1, tags) end), awful.key({ modkey, "Shift"}, "Left", function () tagdrag(-1, tags) end),