diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index b95d857..98c60ab 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -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 diff --git a/.config/alacritty/big.yml b/.config/alacritty/big.yml index 2e1be61..109d06b 100644 --- a/.config/alacritty/big.yml +++ b/.config/alacritty/big.yml @@ -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 diff --git a/.config/git/config b/.config/git/config index 9cfe0e1..c8ac209 100644 --- a/.config/git/config +++ b/.config/git/config @@ -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 diff --git a/.config/i3/config b/.config/i3/config index 0b15859..c8e52e2 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -16,7 +16,7 @@ set $mod Mod4 # workspace_layout tabbed # Configure border style -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 diff --git a/.config/neomutt/mailcap b/.config/neomutt/mailcap index 335db10..4ee63d5 100644 --- a/.config/neomutt/mailcap +++ b/.config/neomutt/mailcap @@ -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 diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 7bd982a..5d99eb9 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -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 ║ diff --git a/.config/pcmanfm/default/pcmanfm.conf b/.config/pcmanfm/default/pcmanfm.conf index c562c08..e08e4d8 100644 --- a/.config/pcmanfm/default/pcmanfm.conf +++ b/.config/pcmanfm/default/pcmanfm.conf @@ -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 diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf index 0354bce..bffd113 100644 --- a/.gnupg/gpg-agent.conf +++ b/.gnupg/gpg-agent.conf @@ -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