summaryrefslogtreecommitdiffstats
path: root/include/dialogs
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-09-07 17:41:48 +0200
committerDave Davenport <qball@gmpclient.org>2015-09-07 17:41:48 +0200
commit092a2c5037da96ecad26de31947a3c2ca7934c19 (patch)
treeb542402a53f1066e63f574c44bd0624958e022af /include/dialogs
parentca602383f155f6f2d050cdd3ebecacb54b18c667 (diff)
Issue: #224 test version window current desktop
run: rofi -show windowcd -modi windowcd,window Using ctrl-tab you can switch between two modes (all windows, or just current desktop).
Diffstat (limited to 'include/dialogs')
-rw-r--r--include/dialogs/window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dialogs/window.h b/include/dialogs/window.h
index af582596..4ebd091c 100644
--- a/include/dialogs/window.h
+++ b/include/dialogs/window.h
@@ -2,4 +2,5 @@
#define __WINDOW_DIALOG_H__
extern Switcher window_mode;
+extern Switcher window_mode_cd;
#endif // __WINDOW_DIALOG_H__