Skip to content

jorenheit/awesome_tagdrag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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),

About

Drag clients to other tags

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages