summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.config/nvim/init.vim2
-rw-r--r--.config/sxhkd/sxhkdrc2
-rw-r--r--.local/share/fonts/Font Awesome 5 Brands-Regular-400.otfbin0 -> 475468 bytes
-rw-r--r--.local/share/fonts/Font Awesome 5 Free-Regular-400.otfbin0 -> 97112 bytes
-rw-r--r--.local/share/fonts/Font Awesome 5 Free-Solid-900.otfbin0 -> 591244 bytes
5 files changed, 3 insertions, 1 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim
index d4151ab..bbf868b 100755
--- a/.config/nvim/init.vim
+++ b/.config/nvim/init.vim
@@ -269,6 +269,8 @@ augroup END
autocmd BufWritePre * %s/\s\+$//e
" Soft Tabs
filetype plugin indent on
+" Delete ctags when leaving vim
+au VimLeave * :!rm ./tags*<CR>
" NERDTRee Hotkey map
map <C-n> :NERDTreeToggle<CR>
let NERDTreeDirArrowExpandable="|"
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
index 0213c91..0dc9a47 100644
--- a/.config/sxhkd/sxhkdrc
+++ b/.config/sxhkd/sxhkdrc
@@ -234,7 +234,7 @@ shift + XF86MonBrightnessDown
xbacklight -time 100 -set 5 && screenstatus
## Display Setup Utility (mirror or extend displays)
XF86Display
- displaymenu
+ arandr
## Disable Trackpad
XF86Favorites
trackpadtoggle 0
diff --git a/.local/share/fonts/Font Awesome 5 Brands-Regular-400.otf b/.local/share/fonts/Font Awesome 5 Brands-Regular-400.otf
new file mode 100644
index 0000000..8ba7054
--- /dev/null
+++ b/.local/share/fonts/Font Awesome 5 Brands-Regular-400.otf
Binary files differ
diff --git a/.local/share/fonts/Font Awesome 5 Free-Regular-400.otf b/.local/share/fonts/Font Awesome 5 Free-Regular-400.otf
new file mode 100644
index 0000000..3ec6277
--- /dev/null
+++ b/.local/share/fonts/Font Awesome 5 Free-Regular-400.otf
Binary files differ
diff --git a/.local/share/fonts/Font Awesome 5 Free-Solid-900.otf b/.local/share/fonts/Font Awesome 5 Free-Solid-900.otf
new file mode 100644
index 0000000..cac31d8
--- /dev/null
+++ b/.local/share/fonts/Font Awesome 5 Free-Solid-900.otf
Binary files differ