]> git.sur5r.net Git - i3/i3/commit
Make all workspaces starting with "__" internal
authorAlexander Berntsen <alexander@plaimi.net>
Wed, 30 Apr 2014 09:12:22 +0000 (11:12 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 3 May 2014 13:00:15 +0000 (15:00 +0200)
commitbc79884a9e0c53c16a4d5b1a94d82443a5267b74
treefa3aab171e81921d0695bb3b80b926e3739e34a5
parent144e3fba2a76bf4fb538b58d1eab090504b5215f
Make all workspaces starting with "__" internal

Workspaces won't work properly if they start with "__", so reserve that
namespace altogether. Disallow renaming workspaces to reserved namespace
and using reserved namespace in configuration.

Fixes #1209.
src/commands.c
src/workspace.c