2021-04-16 08:13:27 +00:00
|
|
|
import keybindings
|
2021-09-27 21:46:38 +00:00
|
|
|
import generic
|
2021-03-30 20:53:39 +00:00
|
|
|
|
2020-10-02 09:28:49 +00:00
|
|
|
config.load_autoconfig()
|
2021-09-27 21:46:38 +00:00
|
|
|
keybindings.init(config)
|
|
|
|
generic.init(c)
|
2020-10-02 09:28:49 +00:00
|
|
|
|
|
|
|
c.auto_save.session = True
|
2020-10-07 22:27:38 +00:00
|
|
|
|
2020-12-23 15:45:11 +00:00
|
|
|
c.url.start_pages = ['dashboard.serguzim.me', 'cloud.serguzim.me', 'localhost:6680/iris/']
|
2021-07-12 10:23:38 +00:00
|
|
|
|
|
|
|
import socket
|
|
|
|
if socket.gethostname() == 'portalo':
|
|
|
|
c.zoom.default = 125
|