Skip to content

Commit aab5214

Browse files
committed
faq: add question on hiding the SSD menu button
1 parent b6e2a45 commit aab5214

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/faq.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,15 @@ Yes. Action `ToggleDecoration`, but it removes borders too.
8080
</windowRule>
8181
```
8282

83+
### Q: I'd like to be able to remove the client-menu button. How can this be done?
84+
85+
Add this to `~/.config/labwc/themerc-override`:
86+
87+
```
88+
window.active.button.menu.unpressed.image.color: #000000 0
89+
window.inactive.button.menu.unpressed.image.color: #000000 0
90+
```
91+
8392
# 3. Mouse and Trackpads {mouse-and-trackpads}
8493

8594
## 3.1 Libinput {libinput}

0 commit comments

Comments
 (0)