diff options
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -22,8 +22,6 @@ BUGS: | |||
22 | * After startup the font of the toolbar is to big; reload config works | 22 | * After startup the font of the toolbar is to big; reload config works |
23 | around this. | 23 | around this. |
24 | 24 | ||
25 | * Transient windows seem to not have a X border - is this right? | ||
26 | |||
27 | * Saving of number of workspaces on restart | 25 | * Saving of number of workspaces on restart |
28 | 26 | ||
29 | * Multiple transients: | 27 | * Multiple transients: |
@@ -68,3 +66,7 @@ Fixed bugs (or not-our-fault bugs): | |||
68 | * Workspace1... Workspace12 are disabled | 66 | * Workspace1... Workspace12 are disabled |
69 | 67 | ||
70 | * MoveTab* actions are disabled | 68 | * MoveTab* actions are disabled |
69 | |||
70 | * Transient windows seem to not have a X border - is this right? | ||
71 | => no, they ought to have a border | ||
72 | |||