fix(xworkspace): Fully support _NET_DESKTOP_NAMES spec ()

Ref https://specifications.freedesktop.org/wm-spec/wm-spec-latest.html#idm140200472706208

Fixes 
Fixes 
Closes 
This commit is contained in:
striker.sh 2019-02-08 13:32:31 +01:00 committed by Patrick Ziegler
parent 6d3b323f16
commit ca4426a962
4 changed files with 28 additions and 3 deletions
include/modules

View file

@ -69,6 +69,7 @@ namespace modules {
void set_desktop_urgent(xcb_window_t window);
bool input(string&& cmd);
vector<string> get_desktop_names();
private:
static constexpr const char* DEFAULT_ICON{"icon-default"};