summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.config/awesome/rc.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index e2bec06c..db8c7dd6 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -286,6 +286,8 @@ awful.rules.rules = {
       properties = { floating = true } },
     { rule = { class = "qemu" },
       properties = { floating = true } },
+    { rule = { class = "feh" },
+      properties = { floating = true } },
     -- Set Firefox to always map on tags number 2 of screen 1.
     -- { rule = { class = "Firefox" },
     --   properties = { tag = tags[1][2] } },