-
Notifications
You must be signed in to change notification settings - Fork 30
/
_winctrl-en.txt
65 lines (51 loc) · 1.9 KB
/
_winctrl-en.txt
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
57
58
59
60
61
62
63
64
65
#
# Dragonfly config for Window control
#
#--- Language section ------------------------------------------------------
lang.name_win = 'name (window | win) <name>'
# Command to give the foreground window a name;
# must contain the <name> extra.
# Default: 'name (window | win) <name>'
lang.focus_win = 'focus <win_names> | bring <win_names> to [the] (top | foreground)'
# Command to bring a named window to the
# foreground.
# Default: 'focus <win_names> | bring <win_names>
# to [the] (top | foreground)'
lang.translate_win = 'place <win_selector> <position> [on <mon_selector>]'
# Command to translate a window.
# Default: 'place <win_selector> <position> [on
# <mon_selector>]'
lang.resize_win = 'place <win_selector> [from] <position> [to] <position> [on <mon_selector>]'
# Command to move and resize a window.
# Default: 'place <win_selector> [from] <position>
# [to] <position> [on <mon_selector>]'
lang.stretch_win = 'stretch <win_selector> [to] <position>'
# Command to stretch a window.
# Default: 'stretch <win_selector> [to]
# <position>'
lang.win_selector = 'window | win | [window] <win_names>'
# Partial command for specifying a window; must
# contain the <win_names> extra.
# Default: 'window | win | [window] <win_names>'
lang.mon_selector = '(this | current) monitor | [monitor] <mon_names>'
# Partial command for specifying a monitor; must
# contain the <mon_names> extra.
# Default: '(this | current) monitor | [monitor]
# <mon_names>'
lang.left = 'left'
# Word for left side of monitor.
# Default: 'left'
lang.right = 'right'
# Word for right side of monitor.
# Default: 'right'
lang.top = 'top'
# Word for top side of monitor.
# Default: 'top'
lang.bottom = 'bottom'
# Word for bottom side of monitor.
# Default: 'bottom'
#--- Settings section ------------------------------------------------------
settings.grid = 10
# The number of grid divisions a monitor is
# divided up into when placing windows.
# Default: 10