parent
809e5748b6
commit
f4529dde99
5 changed files with 50 additions and 12 deletions
include/modules
|
@ -65,12 +65,13 @@ namespace modules {
|
|||
label_t m_modelabel;
|
||||
bool m_modeactive{false};
|
||||
|
||||
bool m_click = true;
|
||||
bool m_scroll = true;
|
||||
bool m_indexsort = false;
|
||||
bool m_pinworkspaces = false;
|
||||
bool m_strip_wsnumbers = false;
|
||||
size_t m_wsname_maxlen = 0;
|
||||
bool m_click{true};
|
||||
bool m_scroll{true};
|
||||
bool m_wrap{true};
|
||||
bool m_indexsort{false};
|
||||
bool m_pinworkspaces{false};
|
||||
bool m_strip_wsnumbers{false};
|
||||
size_t m_wsname_maxlen{0};
|
||||
|
||||
unique_ptr<i3_util::connection_t> m_ipc;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue