diff --git a/awesome/rc.lua b/awesome/rc.lua
index c81efed..3189f70 100644
--- a/awesome/rc.lua
+++ b/awesome/rc.lua
@@ -46,7 +46,7 @@ require('module.backdrop')
 -- require('module.menu')
 require('module.volume-osd')
 require('module.brightness-osd')
-require('module.dynamic-wallpaper')
+-- require('module.dynamic-wallpaper')
 -- require('module.battery-notifier')
 -- require('module.lockscreen')
 
@@ -661,6 +661,9 @@ awful.rules.rules = {
       properties = {
           placement = awful.placement.centered
     }},
+    { rule = {class = "FelgoLiveClient"},
+      properties = {floating = true, ontop = true}
+    }
 }
 -- }}}
 
diff --git a/rofi/launchers-git/blurry.rasi b/rofi/launchers-git/blurry.rasi
index 818fb89..a94253a 100644
--- a/rofi/launchers-git/blurry.rasi
+++ b/rofi/launchers-git/blurry.rasi
@@ -8,7 +8,7 @@
  */
 
 configuration {
-    font:                           "VictorMono Nerd Font 11";
+    font:                           "VictorMono Nerd Font 24.0";
     show-icons:                     true;
 	icon-theme: 					"Papirus";
     display-drun: 					"⮞";