Assign a client to multiple tags
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
Obviously it is possible to move a client window to another tag but is it possible to assign a client window to multiple tags?
Consider the case having a small floating window which is toggled to keep it on top. I want to assign it to all tags so its visible regardless of the active tag.
awesome
add a comment |Â
up vote
0
down vote
favorite
Obviously it is possible to move a client window to another tag but is it possible to assign a client window to multiple tags?
Consider the case having a small floating window which is toggled to keep it on top. I want to assign it to all tags so its visible regardless of the active tag.
awesome
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Obviously it is possible to move a client window to another tag but is it possible to assign a client window to multiple tags?
Consider the case having a small floating window which is toggled to keep it on top. I want to assign it to all tags so its visible regardless of the active tag.
awesome
Obviously it is possible to move a client window to another tag but is it possible to assign a client window to multiple tags?
Consider the case having a small floating window which is toggled to keep it on top. I want to assign it to all tags so its visible regardless of the active tag.
awesome
awesome
asked Sep 5 at 18:19
ploth
850115
850115
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
The client property is called sticky
. Link to awesome documentation. Add this to your rc.lua
:
awful.key( modkey, "Control" , "s", function (c) c.sticky = not c.sticky end,
description="toggle sticky", group="client"),
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
The client property is called sticky
. Link to awesome documentation. Add this to your rc.lua
:
awful.key( modkey, "Control" , "s", function (c) c.sticky = not c.sticky end,
description="toggle sticky", group="client"),
add a comment |Â
up vote
0
down vote
accepted
The client property is called sticky
. Link to awesome documentation. Add this to your rc.lua
:
awful.key( modkey, "Control" , "s", function (c) c.sticky = not c.sticky end,
description="toggle sticky", group="client"),
add a comment |Â
up vote
0
down vote
accepted
up vote
0
down vote
accepted
The client property is called sticky
. Link to awesome documentation. Add this to your rc.lua
:
awful.key( modkey, "Control" , "s", function (c) c.sticky = not c.sticky end,
description="toggle sticky", group="client"),
The client property is called sticky
. Link to awesome documentation. Add this to your rc.lua
:
awful.key( modkey, "Control" , "s", function (c) c.sticky = not c.sticky end,
description="toggle sticky", group="client"),
answered Sep 5 at 18:46
ploth
850115
850115
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f467096%2fassign-a-client-to-multiple-tags%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password