Update config for Alacritty, i3, and ranger

This commit is contained in:
foo-dogsquared 2019-08-15 21:47:35 +08:00
parent a4b770ba81
commit 06bed12139
3 changed files with 7 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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