summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-09-04 18:27:21 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-09-04 18:27:21 (GMT)
commitb288fc1401c0bbbd3262697833b195d7bef7522b (patch)
tree6a969050bfb490d3c6dc3a350f967c3fb4070d8b
parent27dc136121a6f97c5fbfeec6b642cf091324def4 (diff)
downloadfluxbox_lack-b288fc1401c0bbbd3262697833b195d7bef7522b.zip
fluxbox_lack-b288fc1401c0bbbd3262697833b195d7bef7522b.tar.bz2
turn on opaque window moving by default
-rw-r--r--doc/asciidoc/fluxbox.16
-rw-r--r--doc/asciidoc/fluxbox.txt2
-rw-r--r--doc/fluxbox.1.in6
-rw-r--r--src/Screen.cc2
4 files changed, 8 insertions, 8 deletions
diff --git a/doc/asciidoc/fluxbox.1 b/doc/asciidoc/fluxbox.1
index dfa52e5..11f70d9 100644
--- a/doc/asciidoc/fluxbox.1
+++ b/doc/asciidoc/fluxbox.1
@@ -1,11 +1,11 @@
1.\" Title: fluxbox 1.\" Title: fluxbox
2.\" Author: 2.\" Author:
3.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> 3.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
4.\" Date: 09/02/2008 4.\" Date: 09/04/2008
5.\" Manual: 5.\" Manual:
6.\" Source: 6.\" Source:
7.\" 7.\"
8.TH "FLUXBOX" "1" "09/02/2008" "" "" 8.TH "FLUXBOX" "1" "09/04/2008" "" ""
9.\" disable hyphenation 9.\" disable hyphenation
10.nh 10.nh
11.\" disable justification (adjust text to left margin only) 11.\" disable justification (adjust text to left margin only)
@@ -1004,7 +1004,7 @@ session\.screen0\.rootCommand: <command>
1004session\.screen0\.opaqueMove: <boolean> 1004session\.screen0\.opaqueMove: <boolean>
1005 When moving a window, setting this to True will draw the window 1005 When moving a window, setting this to True will draw the window
1006 contents as it moves (this is nasty on slow systems)\. If False, it 1006 contents as it moves (this is nasty on slow systems)\. If False, it
1007 will only draw an outline of the window border\. Default: False 1007 will only draw an outline of the window border\. Default: True
1008 1008
1009session\.screen0\.workspaces: <integer> 1009session\.screen0\.workspaces: <integer>
1010 Set this to the number of workspaces the users wants\. Default: 4 1010 Set this to the number of workspaces the users wants\. Default: 4
diff --git a/doc/asciidoc/fluxbox.txt b/doc/asciidoc/fluxbox.txt
index 6db07fa..f3299e3 100644
--- a/doc/asciidoc/fluxbox.txt
+++ b/doc/asciidoc/fluxbox.txt
@@ -926,7 +926,7 @@ session.screen0.rootCommand: <command>
926session.screen0.opaqueMove: <boolean> 926session.screen0.opaqueMove: <boolean>
927 When moving a window, setting this to True will draw the window 927 When moving a window, setting this to True will draw the window
928 contents as it moves (this is nasty on slow systems). If False, it 928 contents as it moves (this is nasty on slow systems). If False, it
929 will only draw an outline of the window border. Default: False 929 will only draw an outline of the window border. Default: True
930 930
931session.screen0.workspaces: <integer> 931session.screen0.workspaces: <integer>
932 Set this to the number of workspaces the users wants. Default: 4 932 Set this to the number of workspaces the users wants. Default: 4
diff --git a/doc/fluxbox.1.in b/doc/fluxbox.1.in
index dfa52e5..11f70d9 100644
--- a/doc/fluxbox.1.in
+++ b/doc/fluxbox.1.in
@@ -1,11 +1,11 @@
1.\" Title: fluxbox 1.\" Title: fluxbox
2.\" Author: 2.\" Author:
3.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> 3.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
4.\" Date: 09/02/2008 4.\" Date: 09/04/2008
5.\" Manual: 5.\" Manual:
6.\" Source: 6.\" Source:
7.\" 7.\"
8.TH "FLUXBOX" "1" "09/02/2008" "" "" 8.TH "FLUXBOX" "1" "09/04/2008" "" ""
9.\" disable hyphenation 9.\" disable hyphenation
10.nh 10.nh
11.\" disable justification (adjust text to left margin only) 11.\" disable justification (adjust text to left margin only)
@@ -1004,7 +1004,7 @@ session\.screen0\.rootCommand: <command>
1004session\.screen0\.opaqueMove: <boolean> 1004session\.screen0\.opaqueMove: <boolean>
1005 When moving a window, setting this to True will draw the window 1005 When moving a window, setting this to True will draw the window
1006 contents as it moves (this is nasty on slow systems)\. If False, it 1006 contents as it moves (this is nasty on slow systems)\. If False, it
1007 will only draw an outline of the window border\. Default: False 1007 will only draw an outline of the window border\. Default: True
1008 1008
1009session\.screen0\.workspaces: <integer> 1009session\.screen0\.workspaces: <integer>
1010 Set this to the number of workspaces the users wants\. Default: 4 1010 Set this to the number of workspaces the users wants\. Default: 4
diff --git a/src/Screen.cc b/src/Screen.cc
index 23f85a5..ac5b11e 100644
--- a/src/Screen.cc
+++ b/src/Screen.cc
@@ -286,7 +286,7 @@ getString() const {
286BScreen::ScreenResource::ScreenResource(FbTk::ResourceManager &rm, 286BScreen::ScreenResource::ScreenResource(FbTk::ResourceManager &rm,
287 const string &scrname, 287 const string &scrname,
288 const string &altscrname): 288 const string &altscrname):
289 opaque_move(rm, false, scrname + ".opaqueMove", altscrname+".OpaqueMove"), 289 opaque_move(rm, true, scrname + ".opaqueMove", altscrname+".OpaqueMove"),
290 full_max(rm, false, scrname+".fullMaximization", altscrname+".FullMaximization"), 290 full_max(rm, false, scrname+".fullMaximization", altscrname+".FullMaximization"),
291 max_ignore_inc(rm, true, scrname+".maxIgnoreIncrement", altscrname+".MaxIgnoreIncrement"), 291 max_ignore_inc(rm, true, scrname+".maxIgnoreIncrement", altscrname+".MaxIgnoreIncrement"),
292 max_disable_move(rm, false, scrname+".maxDisableMove", altscrname+".MaxDisableMove"), 292 max_disable_move(rm, false, scrname+".maxDisableMove", altscrname+".MaxDisableMove"),