few config updates
of alacritty, git, i3, nvim, neomutt mailcap, pcmanfm, gpg-agent timeouts)
This commit is contained in:
parent
046ff1652f
commit
19ae5236ea
8 changed files with 34 additions and 24 deletions
|
@ -68,7 +68,7 @@ font:
|
||||||
# family: 'FantasqueSansMono Nerd Font'
|
# family: 'FantasqueSansMono Nerd Font'
|
||||||
# style: Retina,Regular
|
# style: Retina,Regular
|
||||||
style: Italic
|
style: Italic
|
||||||
size: 10
|
size: 10.5
|
||||||
offset:
|
offset:
|
||||||
x: 0
|
x: 0
|
||||||
y: 0
|
y: 0
|
||||||
|
@ -146,7 +146,7 @@ cursor:
|
||||||
live_config_reload: true
|
live_config_reload: true
|
||||||
working_directory: None
|
working_directory: None
|
||||||
enable_experimental_conpty_backend: false
|
enable_experimental_conpty_backend: false
|
||||||
alt_send_esc: true
|
# alt_send_esc: true
|
||||||
debug:
|
debug:
|
||||||
render_timer: false
|
render_timer: false
|
||||||
persistent_logging: false
|
persistent_logging: false
|
||||||
|
|
|
@ -146,7 +146,7 @@ cursor:
|
||||||
live_config_reload: true
|
live_config_reload: true
|
||||||
working_directory: None
|
working_directory: None
|
||||||
enable_experimental_conpty_backend: false
|
enable_experimental_conpty_backend: false
|
||||||
alt_send_esc: true
|
# alt_send_esc: true
|
||||||
debug:
|
debug:
|
||||||
render_timer: false
|
render_timer: false
|
||||||
persistent_logging: false
|
persistent_logging: false
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
compression = 9
|
compression = 9
|
||||||
excludesFile = ~/.config/git/ignore
|
excludesFile = ~/.config/git/ignore
|
||||||
attributesFile = ~/.config/git/attributes
|
attributesFile = ~/.config/git/attributes
|
||||||
hooksPath = ~/.config/git/hooks
|
# hooksPath = ~/.config/git/hooks
|
||||||
pager = delta
|
pager = delta
|
||||||
editor = nvim
|
editor = nvim
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ set $mod Mod4
|
||||||
# workspace_layout tabbed <stacking|tabbed>
|
# workspace_layout tabbed <stacking|tabbed>
|
||||||
|
|
||||||
# Configure border style <normal|1pixel|pixel xx|none|pixel>
|
# Configure border style <normal|1pixel|pixel xx|none|pixel>
|
||||||
default_border pixel 1
|
default_border pixel 3
|
||||||
default_floating_border normal
|
default_floating_border normal
|
||||||
|
|
||||||
# Hide borders
|
# Hide borders
|
||||||
|
@ -268,6 +268,8 @@ for_window [class="(?i)steam*"] floating enable
|
||||||
#for_window [class="Timeset-gui"] floating enable border normal
|
#for_window [class="Timeset-gui"] floating enable border normal
|
||||||
#for_window [class="(?i)virtualbox"] floating enable border normal
|
#for_window [class="(?i)virtualbox"] floating enable border normal
|
||||||
#for_window [class="Xfburn"] floating enable
|
#for_window [class="Xfburn"] floating enable
|
||||||
|
for_window [title="Seiteninformationen*"] floating enable border normal
|
||||||
|
for_window [title="Bibliothek"] floating enable border normal
|
||||||
|
|
||||||
# switch to workspace with urgent window automatically
|
# switch to workspace with urgent window automatically
|
||||||
for_window [urgent=latest] focus
|
for_window [urgent=latest] focus
|
||||||
|
|
|
@ -7,8 +7,8 @@ text/plain; bat %s; copiousoutput
|
||||||
# text/html; firefox --private-window '%s' &; test=test -n "$DISPLAY"; needsterminal
|
# text/html; firefox --private-window '%s' &; test=test -n "$DISPLAY"; needsterminal
|
||||||
# text/html; lynx -g '%s'; test=test -n "$DISPLAY"; needsterminal
|
# text/html; lynx -g '%s'; test=test -n "$DISPLAY"; needsterminal
|
||||||
# text/html; links -g -force-html '%s'; test=test -n "$DISPLAY";
|
# text/html; links -g -force-html '%s'; test=test -n "$DISPLAY";
|
||||||
text/html; chromium --new-window --incognito '%s'; nametemplate=%s.html; test=test -n "$DISPLAY"
|
# text/html; chromium --new-window --incognito '%s'; nametemplate=%s.html; test=test -n "$DISPLAY"
|
||||||
# text/html; qutebrowser '%s'; nametemplate=%s.html; test=test -n "$DISPLAY"
|
text/html; qutebrowser '%s'; nametemplate=%s.html; test=test -n "$DISPLAY"
|
||||||
# text/html; nyxt '%s'; test=test -n "$DISPLAY";
|
# text/html; nyxt '%s'; test=test -n "$DISPLAY";
|
||||||
text/html; w3m; nametemplate=%s.html; needsterminal
|
text/html; w3m; nametemplate=%s.html; needsterminal
|
||||||
#text/html; w3m -graph -o display_borders=1 -o color=1 -o display_image=1 -o auto_image=1 -dump -I %{charset} -T text/html; copiousoutput
|
#text/html; w3m -graph -o display_borders=1 -o color=1 -o display_image=1 -o auto_image=1 -dump -I %{charset} -T text/html; copiousoutput
|
||||||
|
|
|
@ -107,7 +107,7 @@ if has('syntax') && !exists('g:syntax_on')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" Jeez, who even wants that ...
|
" Jeez, who even wants that ...
|
||||||
set mouse=
|
set mouse=a
|
||||||
|
|
||||||
set clipboard=unnamed,unnamedplus
|
set clipboard=unnamed,unnamedplus
|
||||||
|
|
||||||
|
@ -169,7 +169,8 @@ set completeopt=menu,menuone,noselect
|
||||||
set wildignore+=*/.git/*,*/.hg/*,*/.svn/*,**/node_modules/**
|
set wildignore+=*/.git/*,*/.hg/*,*/.svn/*,**/node_modules/**
|
||||||
|
|
||||||
"set spelllang=en,ro,es,fr,de,cjk
|
"set spelllang=en,ro,es,fr,de,cjk
|
||||||
set spelllang=en,es,de
|
" set spelllang=en,es,de
|
||||||
|
set spelllang=en,de
|
||||||
set spellsuggest=best,9
|
set spellsuggest=best,9
|
||||||
|
|
||||||
if exists("+colorcolumn")
|
if exists("+colorcolumn")
|
||||||
|
@ -330,6 +331,11 @@ autocmd BufRead,BufNewFile
|
||||||
\ setlocal spell |
|
\ setlocal spell |
|
||||||
\ match ErrorMsg '\s\+$'
|
\ match ErrorMsg '\s\+$'
|
||||||
|
|
||||||
|
" save cursor position from last time
|
||||||
|
autocmd BufReadPost *
|
||||||
|
\ if line("'\"") >= 1 && line("'\"") <= line("$") && &ft !~# 'commit'
|
||||||
|
\ | exe "normal! g`\""
|
||||||
|
\ | endif
|
||||||
|
|
||||||
" ╔════════════════════════════════════════════════════════════════════════════╗
|
" ╔════════════════════════════════════════════════════════════════════════════╗
|
||||||
" ║ Theme ║
|
" ║ Theme ║
|
||||||
|
|
|
@ -9,18 +9,19 @@ autorun=1
|
||||||
[ui]
|
[ui]
|
||||||
always_show_tabs=0
|
always_show_tabs=0
|
||||||
max_tab_chars=32
|
max_tab_chars=32
|
||||||
win_width=948
|
win_width=1920
|
||||||
win_height=515
|
win_height=1054
|
||||||
splitter_pos=150
|
splitter_pos=194
|
||||||
media_in_new_tab=0
|
media_in_new_tab=1
|
||||||
desktop_folder_new_win=0
|
desktop_folder_new_win=0
|
||||||
change_tab_on_drop=1
|
change_tab_on_drop=1
|
||||||
close_on_unmount=1
|
close_on_unmount=0
|
||||||
focus_previous=0
|
focus_previous=0
|
||||||
side_pane_mode=places
|
side_pane_mode=places
|
||||||
view_mode=icon
|
view_mode=list
|
||||||
show_hidden=0
|
show_hidden=0
|
||||||
sort=name;ascending;
|
sort=name;ascending;
|
||||||
|
columns=name:200;desc:198;size;mtime;
|
||||||
toolbar=newtab;navigation;home;
|
toolbar=newtab;navigation;home;
|
||||||
show_statusbar=1
|
show_statusbar=1
|
||||||
pathbar_mode_buttons=0
|
pathbar_mode_buttons=0
|
||||||
|
|
|
@ -7,10 +7,11 @@ allow-loopback-pinentry
|
||||||
# 8h = 28800
|
# 8h = 28800
|
||||||
# 12h = 43200
|
# 12h = 43200
|
||||||
# 24h = 86400
|
# 24h = 86400
|
||||||
|
# 48h = 172800
|
||||||
|
|
||||||
default-cache-ttl 14400
|
default-cache-ttl 14400
|
||||||
max-cache-ttl 43200
|
max-cache-ttl 43200
|
||||||
|
|
||||||
enable-ssh-support
|
enable-ssh-support
|
||||||
default-cache-ttl-ssh 43200
|
default-cache-ttl-ssh 86400
|
||||||
max-cache-ttl-ssh 86400
|
max-cache-ttl-ssh 172800
|
||||||
|
|
Loading…
Add table
Reference in a new issue