idk
This commit is contained in:
parent
e6714de34b
commit
b0b4067a00
10 changed files with 2610 additions and 98 deletions
|
|
@ -1,2 +1,19 @@
|
|||
config.source("gruvbox.py")
|
||||
config.load_autoconfig()
|
||||
|
||||
c.fonts.default_size = '14px'
|
||||
c.fonts.default_family = 'Adwaita Mono'
|
||||
|
||||
c.tabs.padding = {'top': 0, 'bottom': 0, 'left': 8, 'right': 8}
|
||||
c.tabs.indicator.width = 0 # no tab indicators
|
||||
|
||||
c.editor.command = ['alacritty', '-e', 'nvim', '-f', '{file}', '-c', 'normal {line}G{column0}l']
|
||||
|
||||
c.fileselect.handler = 'default'
|
||||
c.fileselect.folder.command = ['alacritty', '-e', 'ranger', '--choosedir={}']
|
||||
c.fileselect.multiple_files.command = ['alacritty', '-e', 'ranger', '--choosefiles={}']
|
||||
c.fileselect.single_file.command = ['alacritty', '-e', 'ranger', '--choosefile={}']
|
||||
|
||||
config.bind('<Ctrl-v>', 'spawn mpv {url}')
|
||||
|
||||
c.content.blocking.enabled = True
|
||||
config.load_autoconfig(False)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue