X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftint2;a=blobdiff_plain;f=src%2Ftint.c;h=22f67da01d76b7ea5cc4aff2914d976ed646fa06;hp=2f5edc6f0991cf429611982a31808646399dbca9;hb=1aa4d290a90cfc14416f43b205523a6bf401d973;hpb=63bbffa4af17926ba2d52728883988eae402b07a diff --git a/src/tint.c b/src/tint.c index 2f5edc6..22f67da 100644 --- a/src/tint.c +++ b/src/tint.c @@ -485,6 +485,11 @@ void event_property_notify (XEvent *e) server.got_root_win = 1; } + // Change name of desktops + else if (at == server.atom._NET_DESKTOP_NAMES) { + printf("_NET_DESKTOP_NAMES\n"); + panel_refresh = 1; + } // Change number of desktops else if (at == server.atom._NET_NUMBER_OF_DESKTOPS) { if (!taskbar_enabled) return;