mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-24 21:37:30 -04:00
opt: hide split border when client not tiling
This commit is contained in:
parent
c822f5d5b9
commit
26f5e23236
1 changed files with 1 additions and 1 deletions
|
|
@ -358,7 +358,7 @@ void apply_split_border(Client *c, bool hit_no_border) {
|
|||
|
||||
const Layout *layout = c->mon->pertag->ltidxs[c->mon->pertag->curtag];
|
||||
|
||||
if (hit_no_border || layout->id != DWINDLE ||
|
||||
if (hit_no_border || !ISTILED(c) || layout->id != DWINDLE ||
|
||||
!config.dwindle_manual_split) {
|
||||
if (c->splitindicator[0]->node.enabled) {
|
||||
wlr_scene_node_set_enabled(&c->splitindicator[0]->node, false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue