Skip to content

Commit

Permalink
set each spawned client to slave mode
Browse files Browse the repository at this point in the history
  • Loading branch information
lcpz committed Feb 1, 2022
1 parent b514124 commit c187bed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rc.lua.template
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,7 @@ awful.rules.rules = {
{ rule = { },
properties = { border_width = beautiful.border_width,
border_color = beautiful.border_normal,
callback = awful.client.setslave,
focus = awful.client.focus.filter,
raise = true,
keys = clientkeys,
Expand Down

0 comments on commit c187bed

Please sign in to comment.