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 8, 2023
1 parent 394ae77 commit d7bc1fc
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .tmux
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ fi
tmux new-session -d -s "$SESSION_NAME"

tmux rename-window -t "$SESSION_NAME" "Dotfiles"
tmux send-keys -t "$SESSION_NAME" "cd ./aspects/dotfiles/files/; clear; lanc" Enter
tmux send-keys -t "$SESSION_NAME" "cd ./aspects/dotfiles/files/; clear" Enter

tmux new-window -t "$SESSION_NAME"

tmux rename-window -t "$SESSION_NAME" "NeoVim"
tmux send-keys -t "$SESSION_NAME" "cd ./aspects/nvim/files/.config/nvim/; clear; lanc" Enter
tmux send-keys -t "$SESSION_NAME" "cd ./aspects/nvim/files/.config/nvim/; clear" Enter

tmux new-window -t "$SESSION_NAME"

tmux rename-window -t "$SESSION_NAME" "Email"
tmux send-keys -t "$SESSION_NAME" "cd ./aspects/email/files/.config; clear; lanc" Enter
tmux send-keys -t "$SESSION_NAME" "cd ./aspects/email/files/.config; clear" Enter

tmux new-window -t "$SESSION_NAME"

Expand Down
2 changes: 1 addition & 1 deletion aspects/dotfiles/files/.config/sxhkd/sxhkdrc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ super + c
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
super + z
zathura
super + y
slock
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,6 +1,8 @@
set guioptions v
set recolor "true"
set recolor-keephue "true"
set synctex true
set open-uri 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 modified aspects/dotfiles/vars/private.yaml
Binary file not shown.
5 changes: 5 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 @@ -93,3 +93,8 @@ nonhomogeneous
codomain
coprime
L'Hospital's
nonvoid
nonegative
nonnegative
Salamu
Alaikum
Binary file modified aspects/nvim/files/.config/nvim/spell/en.utf-8.add.spl
Binary file not shown.

0 comments on commit d7bc1fc

Please sign in to comment.