aboutsummaryrefslogtreecommitdiff
path: root/src/IconbarTool.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/IconbarTool.hh')
-rw-r--r--src/IconbarTool.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/IconbarTool.hh b/src/IconbarTool.hh
index d0012bf..3e9469b 100644
--- a/src/IconbarTool.hh
+++ b/src/IconbarTool.hh
@@ -49,7 +49,9 @@ public:
49 enum Mode { 49 enum Mode {
50 NONE, ///< no icons 50 NONE, ///< no icons
51 ICONS, ///< all icons from all workspaces 51 ICONS, ///< all icons from all workspaces
52 NOICONS, ///< all noniconified windows from all workspaces
52 WORKSPACEICONS, ///< icons on current workspace 53 WORKSPACEICONS, ///< icons on current workspace
54 WORKSPACENOICONS, ///< non iconified workspaces on current workspaces
53 WORKSPACE, ///< all windows and all icons on current workspace 55 WORKSPACE, ///< all windows and all icons on current workspace
54 ALLWINDOWS ///< all windows and all icons from all workspaces 56 ALLWINDOWS ///< all windows and all icons from all workspaces
55 }; 57 };