mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-30 22:57:54 +00:00
Update config for Alacritty, i3, and ranger
This commit is contained in:
parent
a4b770ba81
commit
06bed12139
@ -102,6 +102,7 @@ tabspaces: 8
|
||||
font:
|
||||
# Normal (roman) font face
|
||||
normal:
|
||||
family: Fira Code
|
||||
family: Iosevka
|
||||
#normal:
|
||||
# Font family
|
||||
|
@ -239,9 +239,11 @@ mode "applications" {
|
||||
bindsym f exec firefox
|
||||
bindsym v exec inkscape
|
||||
bindsym r exec alacritty --class "ranger" --command ranger
|
||||
bindsym R exec alacritty --command ranger
|
||||
bindsym t exec thunderbird
|
||||
bindsym a exec thunar
|
||||
bindsym x exec alacritty --class "vim" --command vim
|
||||
bindsym X exec alacritty --command vim
|
||||
bindsym z exec zathura
|
||||
|
||||
# Ways to exit the mode
|
||||
|
@ -726,8 +726,8 @@ copytmap <ESC> q Q w <C-c>
|
||||
|
||||
# Here's my custom changes
|
||||
# opening VS Code easily
|
||||
map OC shell code
|
||||
map Oc shell code %s
|
||||
map OV shell vim
|
||||
map Ov shell vim %s
|
||||
map OC shell code %s
|
||||
map Oc shell code %f
|
||||
map OV shell vim %s
|
||||
map Ov shell vim %f
|
||||
map Os shell $SHELL
|
||||
|
Loading…
Reference in New Issue
Block a user