i3 - improved tiling WM


default config: bar position top

Patch status: rejected

Patch by Tony Crisci

Long description:

Using `position top` within the bar block will prevent new users from
accidently scrolling on i3bar and changing the workspace.

To apply this patch, use:
curl http://cr.i3wm.org/patch/577/raw.patch | git am

b/i3.config

15
@@ -162,6 +162,7 @@ bindsym Mod1+r mode "resize"
16
 # finds out, if available)
17
 bar {
18
         status_command i3status
19
+        position top
20
 }
21
 
22
 #######################################################################