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:
|
font:
|
||||||
# Normal (roman) font face
|
# Normal (roman) font face
|
||||||
normal:
|
normal:
|
||||||
|
family: Fira Code
|
||||||
family: Iosevka
|
family: Iosevka
|
||||||
#normal:
|
#normal:
|
||||||
# Font family
|
# Font family
|
||||||
|
@ -239,9 +239,11 @@ mode "applications" {
|
|||||||
bindsym f exec firefox
|
bindsym f exec firefox
|
||||||
bindsym v exec inkscape
|
bindsym v exec inkscape
|
||||||
bindsym r exec alacritty --class "ranger" --command ranger
|
bindsym r exec alacritty --class "ranger" --command ranger
|
||||||
|
bindsym R exec alacritty --command ranger
|
||||||
bindsym t exec thunderbird
|
bindsym t exec thunderbird
|
||||||
bindsym a exec thunar
|
bindsym a exec thunar
|
||||||
bindsym x exec alacritty --class "vim" --command vim
|
bindsym x exec alacritty --class "vim" --command vim
|
||||||
|
bindsym X exec alacritty --command vim
|
||||||
bindsym z exec zathura
|
bindsym z exec zathura
|
||||||
|
|
||||||
# Ways to exit the mode
|
# Ways to exit the mode
|
||||||
|
@ -726,8 +726,8 @@ copytmap <ESC> q Q w <C-c>
|
|||||||
|
|
||||||
# Here's my custom changes
|
# Here's my custom changes
|
||||||
# opening VS Code easily
|
# opening VS Code easily
|
||||||
map OC shell code
|
map OC shell code %s
|
||||||
map Oc shell code %s
|
map Oc shell code %f
|
||||||
map OV shell vim
|
map OV shell vim %s
|
||||||
map Ov shell vim %s
|
map Ov shell vim %f
|
||||||
map Os shell $SHELL
|
map Os shell $SHELL
|
||||||
|
Loading…
Reference in New Issue
Block a user