mirror of
https://github.com/tiyn/dwl.git
synced 2025-12-03 15:39:46 +01:00
merged foreign toplevel management
This commit is contained in:
4
Makefile
4
Makefile
@@ -21,8 +21,8 @@ dwl: dwl.o util.o dwl-ipc-unstable-v2-protocol.o
|
|||||||
$(CC) dwl.o util.o dwl-ipc-unstable-v2-protocol.o $(DWLCFLAGS) $(LDFLAGS) $(LDLIBS) -o $@
|
$(CC) dwl.o util.o dwl-ipc-unstable-v2-protocol.o $(DWLCFLAGS) $(LDFLAGS) $(LDLIBS) -o $@
|
||||||
dwl.o: dwl.c client.h config.h config.mk cursor-shape-v1-protocol.h \
|
dwl.o: dwl.c client.h config.h config.mk cursor-shape-v1-protocol.h \
|
||||||
pointer-constraints-unstable-v1-protocol.h wlr-layer-shell-unstable-v1-protocol.h \
|
pointer-constraints-unstable-v1-protocol.h wlr-layer-shell-unstable-v1-protocol.h \
|
||||||
wlr-output-power-management-unstable-v1-protocol.h xdg-shell-protocol.h \
|
wlr-output-power-management-unstable-v1-protocol.h xdg-shell-protocol.h wlr-foreign-toplevel-management-unstable-v1-protocol.h \
|
||||||
wlr-foreign-toplevel-management-unstable-v1-protocol.h dwl-ipc-unstable-v2-protocol.h
|
dwl-ipc-unstable-v2-protocol.h
|
||||||
util.o: util.c util.h
|
util.o: util.c util.h
|
||||||
dwl-ipc-unstable-v2-protocol.o: dwl-ipc-unstable-v2-protocol.c dwl-ipc-unstable-v2-protocol.h
|
dwl-ipc-unstable-v2-protocol.o: dwl-ipc-unstable-v2-protocol.c dwl-ipc-unstable-v2-protocol.h
|
||||||
|
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ static const Rule rules[] = {
|
|||||||
{ "zenity", NULL, 0, 1, 0, 0, -1 },
|
{ "zenity", NULL, 0, 1, 0, 0, -1 },
|
||||||
{ "steam", NULL, 1 << 2, 0, 0, 0, 0 },
|
{ "steam", NULL, 1 << 2, 0, 0, 0, 0 },
|
||||||
{ "discord", NULL, 1 << 2, 0, 0, 0, 1 },
|
{ "discord", NULL, 1 << 2, 0, 0, 0, 1 },
|
||||||
|
{ "vesktop", NULL, 1 << 2, 0, 0, 0, 1 },
|
||||||
{ "TeamSpeak", NULL, 1 << 2, 0, 0, 0, 1 },
|
{ "TeamSpeak", NULL, 1 << 2, 0, 0, 0, 1 },
|
||||||
{ "Mattermost", NULL, 1 << 2, 0, 0, 0, 1 },
|
{ "Mattermost", NULL, 1 << 2, 0, 0, 0, 1 },
|
||||||
{ "Element", NULL, 1 << 2, 0, 0, 0, 1 },
|
{ "Element", NULL, 1 << 2, 0, 0, 0, 1 },
|
||||||
|
|||||||
Reference in New Issue
Block a user