use the user friendly desktop number
This commit is contained in:
parent
cd54e31a59
commit
a373b1582e
1 changed files with 1 additions and 1 deletions
|
@ -2025,7 +2025,7 @@ void client_set_desktop(Client *self, guint target, gboolean donthide)
|
|||
|
||||
if (target == self->desktop) return;
|
||||
|
||||
g_message("Setting desktop %u", target);
|
||||
g_message("Setting desktop %u", target+1);
|
||||
|
||||
g_assert(target < screen_num_desktops || target == DESKTOP_ALL);
|
||||
|
||||
|
|
Loading…
Reference in a new issue