1BLUETILE(1)                                                        BLUETILE(1)
2
3
4

NAME

6       bluetile - full-featured tiling for the GNOME desktop environment
7

SYNOPSIS

9       bluetile [--help] [--version] [--restart]
10

DESCRIPTION

12       Bluetile is a tiling window manager designed to integrate with the
13       GNOME desktop environment. It provides both a traditional, stacking
14       layout mode as well as tiling layouts where windows are arranged to use
15       the entire screen without overlapping. Bluetile tries to make the
16       tiling paradigm easily accessible to users coming from traditional
17       window managers by drawing on known conventions and providing both
18       mouse and keyboard access for all features.
19
20       ·   Designed to integrate with the GNOME desktop environment
21
22       ·   Hybrid approach: Stacking window layout & tiling layouts available
23
24       ·   All features accessible from mouse, as well as keyboard
25
26       ·   Maximizing & minimizing windows in all layouts
27
28       ·   Good multihead support
29
30       ·   Proper handling of fullscreen applications
31

OVERVIEW

33       To quickly get up and running just start Bluetile from your current
34       window manager/desktop environment (preferably GNOME). Bluetile will
35       replace the currently running window manager (if the window manager
36       supports this) and start up.
37
38       One way to set up Bluetile as your default window manager under GNOME
39       is to make sure that the environment variable WINDOW_MANAGER contains
40       the path to the Bluetile binary before GNOME starts. This can be
41       achieved by putting something like the following line into ~/.gnomerc:
42
43         export WINDOW_MANAGER=bluetile
44
45       If you use a packaged version of Bluetile, your distribution might
46       already provide you with a preconfigured xsession.
47

OPTIONS

49       --help    print help message
50
51       --version print the version number
52
53       --restart request a running Bluetile process to restart
54

KEYBOARD SHORTCUTS

56       This is a list of most keyboard shortcuts for Bluetile:
57
58         Win+Return      Launch terminal
59         Win+p           Launch GNOME "Run application" dialog
60
61         Win+a           Switch to stacking window layout
62         Win+s           Switch to tiled horizontal layout
63         Win+d           Switch to tiled vertical layout
64         Win+f           Switch to fullscreen layout
65
66         Win+j           Move focus to the next window
67         Win+k           Move focus to the previous window
68         Win+Space       Move focus to the master window
69         Win+Shift+j     Swap the focused window with the next window
70         Win+Shift+k     Swap the focused window with the previous window
71         Win+Shift+Space Swap the focused window with the master window
72
73         Win+h           Shrink the master area
74         Win+l           Expand the master area
75         Win+u           Shrink a slave area
76         Win+i           Expand a slave area
77         Win+,           Increment the number of windows in the master area
78         Win+.           Decrement the number of windows in the master area
79
80         Win+Shift+c     Close the focused window
81         Win+z           Maximize/zoom focused window
82         Win+m           Minimize focused window
83         Win+Shift+m     Restore next minimized window
84         Win+o           Show window menu for focused window
85         Win+t           Push dialog window back into tiling
86
87         Win+1 .. Win+9, Win+0
88           Switch to workspace N
89
90         Win+Shift+1 .. Win+Shift+9, Win+Shift+0
91           Move client to workspace N
92
93         Win+w, Win+e, Win+r
94           Switch to physical/Xinerama screens 1, 2 or 3
95
96         Win+Shift+w, Win+Shift+e, Win+Shift+r
97           Move client to physical/Xinerama screen 1, 2 or 3
98
99         Win+F5          Refresh layout
100         Win+Shift+q     Quit Bluetile
101

CONFIGURATION

103       Edit the file ~/.bluetilerc to configure Bluetile.
104

AUTHOR

106       Jan Vornberger <jan.vornberger@informatik.uni-oldenburg.de>
107
108
109
110perl v5.10.1                      2010-07-24                       BLUETILE(1)
Impressum