-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.ini.example
More file actions
36 lines (30 loc) · 862 Bytes
/
Copy pathconfig.ini.example
File metadata and controls
36 lines (30 loc) · 862 Bytes
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
# example settings file
# can be placed at ~/.config/lutris-ui/config.ini for adjustments
# Settings for single game tile / widget
[game_widget]
# width. The height is calculated based on width
width = 200
# widget grid distance sizes
distance_width = 20
distance_height = 40
# Label height in bottom of the widget
label_height = 65
[gamelist]
# Sort type and order. Supported types are: name, sortname, lastplayed, installed_at
sort_attribute = lastplayed
reverse_sort = True
[play]
# hide lutris-ui if game is launched
hide_on_launch = False
[input]
# time in milliseconds, the hold (arrow) button is repeated first time
repeat_time_1 = 500
# time in milliseconds, the hold (arrow) button is repeated after the first time
repeat_time_2 = 200
[window]
# Window attributes
fullscreen = False
noframe = False
# Zero means maximum size
size_w = 0
size_h = 0