diff --git a/editions/sway b/editions/sway
index 21457f57de0a87d951e8a506698471e25cb9f40a..e630f9fe046fbb4e00ea3c9a6563457c65d41aa3 100644
--- a/editions/sway
+++ b/editions/sway
@@ -90,9 +90,9 @@ polkit-gnome
 
 # Fonts
 noto-fonts
+noto-fonts-emoji
 ttf-bitstream-vera
-ttf-fira-code
-ttf-fira-mono
+ttf-jetbrains-mono
 ttf-font-awesome
 ttf-roboto
 
diff --git a/overlays/sway/etc/sway/config.d/99-autostart-applications b/overlays/sway/etc/sway/config.d/99-autostart-applications
index a0a2a7b0770b302c02806d57094cf0bd86003be4..9741cf914d9beb41d09555aca404780f02a8c084 100644
--- a/overlays/sway/etc/sway/config.d/99-autostart-applications
+++ b/overlays/sway/etc/sway/config.d/99-autostart-applications
@@ -1,5 +1,5 @@
 exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
-exec --no-startup-id mako --default-timeout 5000 --icons 1  --markup 1 --actions 1 --background-color "$base0C" --font "Noto Sans:12"
+exec --no-startup-id mako --default-timeout 5000 --icons 1  --markup 1 --actions 1 --background-color "$base0C" --font "Noto Sans 12"
 exec --no-startup-id pamac-tray-appindicator
 exec --no-startup-id nm-applet --indicator
 exec --no-startup-id blueman-applet
diff --git a/overlays/sway/etc/sway/modes/normal-mode b/overlays/sway/etc/sway/modes/normal-mode
index 46a0e38308d4b9fabac84e4228e9fd6870418eac..fca18a54d6fbf8ba3467dca5bb5e1d97ed1df792 100644
--- a/overlays/sway/etc/sway/modes/normal-mode
+++ b/overlays/sway/etc/sway/modes/normal-mode
@@ -10,7 +10,7 @@ bindsym $mod+Shift+q kill
 
 # Start your launcher
 bindsym $mod+d exec $appmenu
-bindsym $mod+x exec $menu
+bindsym $mod+Shift+d exec $menu
 
 # Drag floating windows by holding down $mod and left mouse button.
 # Resize them with right mouse button + $mod.
diff --git a/overlays/sway/etc/xdg/termite/config b/overlays/sway/etc/xdg/termite/config
index 7afc0bb58f635196d7818ec84b34b35d75fe4cbb..f095bec9951c284b5634ec5d835d2177a7d13edc 100644
--- a/overlays/sway/etc/xdg/termite/config
+++ b/overlays/sway/etc/xdg/termite/config
@@ -6,7 +6,7 @@
 #cell_width_scale = 1.0
 clickable_url = true
 dynamic_title = true
-font = Fira Mono 13
+font = JetBrains Mono 13
 #fullscreen = true
 #icon_name = terminal
 #mouse_autohide = false
diff --git a/overlays/sway/etc/xdg/waybar/style.css b/overlays/sway/etc/xdg/waybar/style.css
index ba5410352c8480301c80be508ddd54c1a9b97fea..bda52b38cef2c2adc67ff1b85c1c2848f114e14a 100644
--- a/overlays/sway/etc/xdg/waybar/style.css
+++ b/overlays/sway/etc/xdg/waybar/style.css
@@ -50,7 +50,7 @@
 #waybar {
     background: #1B2224;
     color: #F5F7FA;
-    font-family: Cantarell, Noto Sans, sans-serif;
+    font-family: Noto Sans, sans-serif;
     font-size: 13px;
 }