diff options
author | mathias <mathias> | 2005-03-16 22:51:54 (GMT) |
---|---|---|
committer | mathias <mathias> | 2005-03-16 22:51:54 (GMT) |
commit | cfdba894ed37a4c34990956ec40f55a94b2a0d60 (patch) | |
tree | fd4a6f67cdb6a9f527619796fdb3a3d2cc5f2100 /src/fluxbox.hh | |
parent | 150777e336db88c2dbfd2a257171ce51bec7a718 (diff) | |
download | fluxbox-cfdba894ed37a4c34990956ec40f55a94b2a0d60.zip fluxbox-cfdba894ed37a4c34990956ec40f55a94b2a0d60.tar.bz2 |
added new option to specify, on which screen
fluxbox should handle the windows. default behavior is to handle
each available screen. closes #1159809. usage:
-screen <"all"|int[,int]>
eg:
$> fluxbox -screen 0,2 will run fluxbox on 0.0 and 0.2 so
one can run any other wm on 0.1.
$> fluxbox -screen all default, fluxbox manages all screens
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index b39c5af..17d9124 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -98,7 +98,7 @@ public: | |||
98 | WinClient *searchWindow(Window); | 98 | WinClient *searchWindow(Window); |
99 | inline WinClient *getFocusedWindow() { return m_focused_window; } | 99 | inline WinClient *getFocusedWindow() { return m_focused_window; } |
100 | 100 | ||
101 | 101 | int initScreen(int screen_nr); | |
102 | BScreen *searchScreen(Window w); | 102 | BScreen *searchScreen(Window w); |
103 | 103 | ||
104 | inline unsigned int getDoubleClickInterval() const { return *m_rc_double_click_interval; } | 104 | inline unsigned int getDoubleClickInterval() const { return *m_rc_double_click_interval; } |