Compare commits
3 Commits
bbfe23ff81
...
master
Author | SHA1 | Date | |
---|---|---|---|
|
d8b91c7e8b | ||
|
d0f7c11925 | ||
|
36cbcf53a2 |
@@ -4401,6 +4401,7 @@ static const Rule rules[] = {
|
|||||||
RULE(.class = "PrismLauncher", .tags = 1 << 7)
|
RULE(.class = "PrismLauncher", .tags = 1 << 7)
|
||||||
RULE(.class = "antimicrox", .tags = 1 << 7)
|
RULE(.class = "antimicrox", .tags = 1 << 7)
|
||||||
RULE(.class = "ProtonUp-Qt", .tags = 1 << 7)
|
RULE(.class = "ProtonUp-Qt", .tags = 1 << 7)
|
||||||
|
RULE(.class = "heroic", .tags = 1 << 7)
|
||||||
RULE(.class = "Thunar", .tags = 1 << 8)
|
RULE(.class = "Thunar", .tags = 1 << 8)
|
||||||
RULE(.class = "Syncthing GTK", .tags = 1 << 8)
|
RULE(.class = "Syncthing GTK", .tags = 1 << 8)
|
||||||
RULE(.class = "Nyrna", .tags = 1 << 8)
|
RULE(.class = "Nyrna", .tags = 1 << 8)
|
||||||
|
@@ -521,6 +521,7 @@ static const Rule rules[] = {
|
|||||||
RULE(.class = "PrismLauncher", .tags = 1 << 7)
|
RULE(.class = "PrismLauncher", .tags = 1 << 7)
|
||||||
RULE(.class = "antimicrox", .tags = 1 << 7)
|
RULE(.class = "antimicrox", .tags = 1 << 7)
|
||||||
RULE(.class = "ProtonUp-Qt", .tags = 1 << 7)
|
RULE(.class = "ProtonUp-Qt", .tags = 1 << 7)
|
||||||
|
RULE(.class = "heroic", .tags = 1 << 7)
|
||||||
RULE(.class = "Thunar", .tags = 1 << 8)
|
RULE(.class = "Thunar", .tags = 1 << 8)
|
||||||
RULE(.class = "Syncthing GTK", .tags = 1 << 8)
|
RULE(.class = "Syncthing GTK", .tags = 1 << 8)
|
||||||
RULE(.class = "Nyrna", .tags = 1 << 8)
|
RULE(.class = "Nyrna", .tags = 1 << 8)
|
||||||
|
1
dwm.c
1
dwm.c
@@ -3313,7 +3313,6 @@ run(void)
|
|||||||
event_fd, events[i].data.ptr, events[i].data.u32,
|
event_fd, events[i].data.ptr, events[i].data.u32,
|
||||||
events[i].data.u64);
|
events[i].data.u64);
|
||||||
fprintf(stderr, " with events %d\n", events[i].events);
|
fprintf(stderr, " with events %d\n", events[i].events);
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user