-
Notifications
You must be signed in to change notification settings - Fork 1
/
freetilerc
29 lines (24 loc) · 829 Bytes
/
freetilerc
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
#------------------------------------------------------------------------------
#
# freetile v0.1 Configuration
#
# This configuration file is a Python script that will be executed when
# freetile is started. In order for freetile to start properly, make sure that
# this file contains proper Python formatting and no syntax errors.
#------------------------------------------------------------------------------
window_gap = 4
left_padding = 4
bottom_padding = 4
top_padding = 4
right_padding = 4
navigate_across_workspaces = False # True # availabe in viewports desktops
#exclude windows from tiling
exclude_wm_name = []
exclude_wm_class = []
resize_step = 72
move_step = 72
min_window_width = 50
min_window_height = 50
max_tree_branch = 3
fullscreen_tiling = True
maximize_single_window = True