From 5284bf07ef4bb6bf0be1dfb9bcb5621b5eb0c0ad Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 8 Apr 2015 15:14:29 +0200 Subject: Add filezilla and gimp to fullscreen applications --- awesome/.config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index ad3533f..8b31c23 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -539,7 +539,7 @@ end -- }}} -- {{{ Signals -imp_classes = { "Dia", "Firefox", "Pencil" } +imp_classes = { "Dia", "Firefox", "Pencil", "Filezilla", "Gimp" } -- Signal function to execute when a new client appears. client.connect_signal("manage", function (c, startup) if not startup then -- cgit v1.2.3-54-g00ecf