summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/alacritty/alacritty.yml2
-rw-r--r--.config/sxhkd/sxhkdrc4
-rw-r--r--.config/zsh/.zshrc2
3 files changed, 5 insertions, 3 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml
index a4f6c74..c1d7722 100644
--- a/.config/alacritty/alacritty.yml
+++ b/.config/alacritty/alacritty.yml
@@ -170,7 +170,7 @@ font:
style: Bold Italic
# Point size
- size: 14
+ size: 11
# Offset is the extra space around each character. `offset.y` can be thought
# of as modifying the line spacing, and `offset.x` as modifying the letter
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
index 2ff1a2b..c6e1387 100644
--- a/.config/sxhkd/sxhkdrc
+++ b/.config/sxhkd/sxhkdrc
@@ -148,9 +148,9 @@ XF86WLAN
## TUI Audio Mixer (alsamixer)
super + p
flameshot gui
-## TODOs (Todoist.nvim)
+## TODOs (orgmode-nvim)
super + space
- dropdowntoggle todoist nvim +Todoist
+ dropdowntoggle orgmode nvim $HOME/Dropbox/org/home.org
## Terminal Calculator
super + a
dropdowntoggle calc tmux-r
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index ca70102..d1aa444 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -102,6 +102,8 @@ lfcd () {
}
alias f='lfcd'
+# Git Root
+alias gr='cd $(git rev-parse --show-cdup)'
# Load zsh-syntax-highlighting; should be last.
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null