6417782af6
chore: lint
2024-09-13 08:55:14 +02:00
b114b1155c
treewide: clang-format
2024-06-15 18:44:46 -05:00
0bc43c1aa7
fix: lint
2024-06-12 23:08:27 +02:00
df1a9c5509
Remove listener when window is destroyed ( #3215 )
2024-05-06 10:51:14 +02:00
19f3ce6f85
fix: lint
2024-03-22 23:21:57 +01:00
c4907a6065
Merge pull request #3005 from eyusupov/dwl-title
...
Add dwl/window module
2024-03-22 23:20:26 +01:00
fe0716bf39
fix: lint
2024-03-22 23:13:10 +01:00
c5a6299398
fix:dwl tag crash when use wlr-randr enable monitor
2024-03-16 20:10:05 +08:00
17734f0364
Add dwl/window module
2024-03-14 23:51:46 +03:00
d590d508ca
feat: add module class to the root elements of the modules
...
Previously, the only way to select all the module labels was with the
following kind of selector:
```css
.modules-left > widget > label,
.modules-center > widget > label,
.modules-right > widget > label {
/* ... */
}
```
(and a matching block for the `box` containers).
Now, this can be expressed as
```css
label.module, box.module {
/* ... */
}
```
2024-02-14 22:41:13 -08:00
2f555a6936
refactor(bar): use Gtk enums for position and orientation
...
Ensure that the position and the corresponding CSS class on window are
always set.
2024-02-14 22:11:21 -08:00
d2787cc2d8
fix: typo to avoid null pointer
2023-06-04 12:45:33 +02:00
ebba529682
Apply clang-format
2023-05-25 01:29:28 +03:00
b97b0ae605
Fix linter complains
2023-05-25 01:25:55 +03:00
7e9bfc504c
Update to new ipc version
2023-05-25 00:27:50 +03:00
ede1d25440
fix: lint
2023-04-17 09:01:14 +02:00
1368ba64b5
Fix segfault in destructor
2023-04-13 17:16:37 +03:00
731eaeb0be
Addapt to DWL new tag system
...
- tagscount is being used instead of tag array
2023-04-13 03:58:57 +03:00
60cdf10e64
Add DWL tags module
2023-04-11 04:50:21 +03:00