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'
|
||||
# style: Retina,Regular
|
||||
style: Italic
|
||||
size: 10
|
||||
size: 10.5
|
||||
offset:
|
||||
x: 0
|
||||
y: 0
|
||||
|
@ -146,7 +146,7 @@ cursor:
|
|||
live_config_reload: true
|
||||
working_directory: None
|
||||
enable_experimental_conpty_backend: false
|
||||
alt_send_esc: true
|
||||
# alt_send_esc: true
|
||||
debug:
|
||||
render_timer: false
|
||||
persistent_logging: false
|
||||
|
|
|
@ -146,7 +146,7 @@ cursor:
|
|||
live_config_reload: true
|
||||
working_directory: None
|
||||
enable_experimental_conpty_backend: false
|
||||
alt_send_esc: true
|
||||
# alt_send_esc: true
|
||||
debug:
|
||||
render_timer: false
|
||||
persistent_logging: false
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
compression = 9
|
||||
excludesFile = ~/.config/git/ignore
|
||||
attributesFile = ~/.config/git/attributes
|
||||
hooksPath = ~/.config/git/hooks
|
||||
# hooksPath = ~/.config/git/hooks
|
||||
pager = delta
|
||||
editor = nvim
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ set $mod Mod4
|
|||
# workspace_layout tabbed <stacking|tabbed>
|
||||
|
||||
# Configure border style <normal|1pixel|pixel xx|none|pixel>
|
||||
default_border pixel 1
|
||||
default_border pixel 3
|
||||
default_floating_border normal
|
||||
|
||||
# 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="(?i)virtualbox"] floating enable border normal
|
||||
#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
|
||||
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; lynx -g '%s'; test=test -n "$DISPLAY"; needsterminal
|
||||
# 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; qutebrowser '%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; nyxt '%s'; test=test -n "$DISPLAY";
|
||||
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
|
||||
|
|
|
@ -107,7 +107,7 @@ if has('syntax') && !exists('g:syntax_on')
|
|||
endif
|
||||
|
||||
" Jeez, who even wants that ...
|
||||
set mouse=
|
||||
set mouse=a
|
||||
|
||||
set clipboard=unnamed,unnamedplus
|
||||
|
||||
|
@ -169,7 +169,8 @@ set completeopt=menu,menuone,noselect
|
|||
set wildignore+=*/.git/*,*/.hg/*,*/.svn/*,**/node_modules/**
|
||||
|
||||
"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
|
||||
|
||||
if exists("+colorcolumn")
|
||||
|
@ -330,6 +331,11 @@ autocmd BufRead,BufNewFile
|
|||
\ setlocal spell |
|
||||
\ match ErrorMsg '\s\+$'
|
||||
|
||||
" save cursor position from last time
|
||||
autocmd BufReadPost *
|
||||
\ if line("'\"") >= 1 && line("'\"") <= line("$") && &ft !~# 'commit'
|
||||
\ | exe "normal! g`\""
|
||||
\ | endif
|
||||
|
||||
" ╔════════════════════════════════════════════════════════════════════════════╗
|
||||
" ║ Theme ║
|
||||
|
|
|
@ -9,18 +9,19 @@ autorun=1
|
|||
[ui]
|
||||
always_show_tabs=0
|
||||
max_tab_chars=32
|
||||
win_width=948
|
||||
win_height=515
|
||||
splitter_pos=150
|
||||
media_in_new_tab=0
|
||||
win_width=1920
|
||||
win_height=1054
|
||||
splitter_pos=194
|
||||
media_in_new_tab=1
|
||||
desktop_folder_new_win=0
|
||||
change_tab_on_drop=1
|
||||
close_on_unmount=1
|
||||
close_on_unmount=0
|
||||
focus_previous=0
|
||||
side_pane_mode=places
|
||||
view_mode=icon
|
||||
view_mode=list
|
||||
show_hidden=0
|
||||
sort=name;ascending;
|
||||
columns=name:200;desc:198;size;mtime;
|
||||
toolbar=newtab;navigation;home;
|
||||
show_statusbar=1
|
||||
pathbar_mode_buttons=0
|
||||
|
|
|
@ -1,16 +1,17 @@
|
|||
allow-loopback-pinentry
|
||||
|
||||
# 20m = 1200
|
||||
# 1h = 3600
|
||||
# 2h = 7200
|
||||
# 4h = 14400
|
||||
# 8h = 28800
|
||||
# 12h = 43200
|
||||
# 24h = 86400
|
||||
# 20m = 1200
|
||||
# 1h = 3600
|
||||
# 2h = 7200
|
||||
# 4h = 14400
|
||||
# 8h = 28800
|
||||
# 12h = 43200
|
||||
# 24h = 86400
|
||||
# 48h = 172800
|
||||
|
||||
default-cache-ttl 14400
|
||||
max-cache-ttl 43200
|
||||
|
||||
enable-ssh-support
|
||||
default-cache-ttl-ssh 43200
|
||||
max-cache-ttl-ssh 86400
|
||||
default-cache-ttl-ssh 86400
|
||||
max-cache-ttl-ssh 172800
|
||||
|
|
Loading…
Reference in a new issue