1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
News in 0.9.14:
* Titlebar scrolling options
* session.screenN.windowScrollAction: Shade|NextTab
- set the action that happens when scrolling on the titlebar
* session.screenN.windowScrollReverse: true|false
- reverse the action direction
* New locales: uk_UA, be_BY, el_GR
* Focus options:
SloppyFocus, SemiSloppyFocus and ClickToFocus options are now
MouseFocus, ClickFocus, MouseTabFocus and ClickTabFocus
* Renamed bsetroot to fbsetroot
* Improved move to action:
* MoveTo <int|*> <int|*> <Reference Corner>
- * means "use current value"
- Reference Corner is one of:
- UpperLeft, Upper, UpperRight
- Left, Right
- LowerLeft, Lower, Right
examples:
MoveTo 0 * Left -> snap to left workspace edge
MoveTo * 0 Lower -> snap to lower workspace edge
MoveTo 0 0 UpperRight -> snap to upper right workspace corner
* Font changes:
- Usage of xft-fonts is prefered, except a font-description starts with '-'
- Removed "antialias"-option completly, to enable/disable "antialias"
use either <fontname>:antialias=<bool> in the style or use
Xft.antialias: <bool> in your .Xdefaults
- Added caching of fonts, fonts are only loaded once.
* New style resources:
*.font.effect: <halo|shadow>
*.font.shadow.x : <int> - shadow x offset
*.font.shadow.y : <int> - shadow y offset
*.font.shadow.color : <color> - color of shadow
*.font.halo.color : <color> - color of halo
- Removed 'shadow' and 'halo' options from fontdefinitions
- Style authors may specify multiple fonts:
<font1>|<font2>|<font3>
* Keycodes can now be used in the keys file.
Example:
None 10 :NextWorkspace
where 10 is the keycode for '1'
* Added new configure option --with-locale=path
redirects location of nls directories.
Bug fixes:
* #1281708, MenuIcon does not scale properly
* #1240248, Segfaults for :MoveTabLeft/Right
* #1206821, unportable usage of grep in fbgm
* #1116965, #1047529, shaded windows on restart
* #1213003, SendToWorkspace shouldnt follow
* #1216020, *.font.effect wont get cleared if not defined in style
* #1213262, justification in WorkspaceNameTool
* Fixed systemtray overlap
See ChangeLog for more details
|