We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b332684 commit 418ded6Copy full SHA for 418ded6
init.lua
@@ -31,7 +31,7 @@ function sharetags.create_tags(names, layouts)
31
tags[tagnumber].number = tagnumber
32
33
awful.layout.set(layouts[tagnumber], tags[tagnumber])
34
- end
+ end
35
return tags
36
end
37
--}}}
@@ -112,7 +112,7 @@ function sharetags.select_tag(t, target_screen)
112
-- If there was a moving tag then the focus on the window is lost. Checking
113
-- if this is the same tag and thus restore focus on the window
114
if is_tag_moved and is_tag_select and #t:clients() > 0 and prev_focus then
115
- capi.client.focus = prev_focus
+ capi.client.focus = prev_focus
116
117
118
0 commit comments