diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index 4d122c7..6a007dc 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -102,6 +102,7 @@ tabspaces: 8 font: # Normal (roman) font face normal: + family: Fira Code family: Iosevka #normal: # Font family diff --git a/i3/config b/i3/config index 4f8ef87..7864244 100644 --- a/i3/config +++ b/i3/config @@ -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 diff --git a/ranger/rc.conf b/ranger/rc.conf index 2b482a9..9b63414 100644 --- a/ranger/rc.conf +++ b/ranger/rc.conf @@ -726,8 +726,8 @@ copytmap q Q w # 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