Add Lutris configuration.
This commit is contained in:
parent
525608fd15
commit
4ccf16a8d3
|
@ -0,0 +1,34 @@
|
||||||
|
[services]
|
||||||
|
lutris = True
|
||||||
|
gog = False
|
||||||
|
egs = False
|
||||||
|
origin = False
|
||||||
|
ubisoft = False
|
||||||
|
steam = True
|
||||||
|
|
||||||
|
[lutris]
|
||||||
|
library_ignores =
|
||||||
|
migration_version = 11
|
||||||
|
width = 1280
|
||||||
|
height = 720
|
||||||
|
window_x = 320
|
||||||
|
window_y = 180
|
||||||
|
maximized = False
|
||||||
|
selected_category = category:favorite
|
||||||
|
view_type = list
|
||||||
|
show_hidden_games = true
|
||||||
|
show_advanced_options = True
|
||||||
|
view_sorting = name
|
||||||
|
filter_installed = True
|
||||||
|
hide_client_on_game_start = True
|
||||||
|
show_tray_icon = True
|
||||||
|
|
||||||
|
[list view]
|
||||||
|
name_column_width = 200
|
||||||
|
year_column_width = 60
|
||||||
|
runner_column_width = 120
|
||||||
|
platform_column_width = 120
|
||||||
|
lastplayed_column_width = 200
|
||||||
|
installedat_column_width = 200
|
||||||
|
playtime_column_width = 200
|
||||||
|
|
Loading…
Reference in New Issue