Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
SingularisArt committed Nov 1, 2023
1 parent 96da2bf commit 394ae77
Show file tree
Hide file tree
Showing 30 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aspects/dotfiles/files/.config/sxhkd/sxhkdrc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ super + e
super + shift + c
bspc rule -a kitty -o state=floating center=true rectangle=800x600+0+0 && kitty "castero"
super + c
bspc rule -a kitty -o state=floating center=true rectangle=800x600+0+0 && kitty "calcurse"
bspc rule -a kitty -o state=floating center=true rectangle=800x600+0+0 && kitty "calcure" # "calcurse"
super + shift + p
bspc rule -a kitty -o state=floating center=true rectangle=800x600+0+0 && kitty "pulsemixer"
super + shift + Return
Expand Down
2 changes: 2 additions & 0 deletions aspects/dotfiles/files/.config/wal/templates/zathurarc
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
set guioptions v
set recolor "true"
set recolor-keephue "true"

set completion-bg "{background}"
set completion-fg "{foreground}"
Expand Down
Binary file modified aspects/dotfiles/files/.local/share/autojump/autojump.txt
Binary file not shown.
Binary file modified aspects/dotfiles/files/.local/share/autojump/autojump.txt.bak
Binary file not shown.
Binary file modified aspects/dotfiles/files/.local/share/newsboat/cache.db
Binary file not shown.
Binary file modified aspects/dotfiles/files/.local/share/zathura/history
Binary file not shown.
Binary file modified aspects/dotfiles/files/.local/share/zathura/input-history
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion aspects/nvim/files/.config/nvim/UltiSnips
4 changes: 4 additions & 0 deletions aspects/nvim/files/.config/nvim/lua/modules/lang/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@ return function(use)
config = conf.vimtex,
ft = "tex",
})
use({
"anufrievroman/vim-tex-kawaii",
ft = "tex",
})

-- javascript/typescript
use({
Expand Down
2 changes: 2 additions & 0 deletions aspects/nvim/files/.config/nvim/spell/en.utf-8.add
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,5 @@ vandermonde
Nonhomogeneous
nonhomogeneous
codomain
coprime
L'Hospital's
Binary file modified aspects/nvim/files/.config/nvim/spell/en.utf-8.add.spl
Binary file not shown.

0 comments on commit 394ae77

Please sign in to comment.