diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-03-13 21:16:40 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-03-13 21:16:40 +0100 |
commit | 89149ca87b03fcbfca7a8faa8947c51636f85129 (patch) | |
tree | 31b21f19b239cc787ced55cdaa2fde483c74f7d9 | |
parent | 6b6596496f5712d2705b2d1aadfe27c87b918709 (diff) |
more small updates
-rwxr-xr-x | .config/i3/autostart##template | 4 | ||||
-rw-r--r-- | .config/nvim/init.vim | 1 | ||||
-rw-r--r-- | .config/yadm/config | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/.config/i3/autostart##template b/.config/i3/autostart##template index 397643a..15562d6 100755 --- a/.config/i3/autostart##template +++ b/.config/i3/autostart##template @@ -25,10 +25,10 @@ flashfocus & [ -x "$HOME/do.sh" ] && "$HOME/do.sh" & exit_trap() { - trap - SIGTERM + trap - TERM kill -- -$$ } -trap exit_trap SIGINT SIGTERM EXIT +trap exit_trap INT TERM EXIT # I want to keep this script running so I can easily kill all daemons when i3 # exits diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 51cd22d..25d7fe3 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -88,6 +88,7 @@ Plug 'eraserhd/parinfer-rust', {'do': 'cargo build --release'} Plug 'kaarmu/typst.vim' Plug 'aklt/plantuml-syntax' Plug 'fymyte/rasi.vim' +Plug 'habamax/vim-asciidoctor' " 'vim=ide' Plug 'neoclide/coc.nvim', {'branch': 'release'} diff --git a/.config/yadm/config b/.config/yadm/config index e69de29..4867b81 100644 --- a/.config/yadm/config +++ b/.config/yadm/config @@ -0,0 +1,2 @@ +[yadm] + auto-private-dirs = false |