From 1e0401fcc532cc6ee10686bb7ac7ce4e4e7fbf17 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Mon, 6 Jul 2015 20:35:44 +0200 Subject: [PATCH] added gsshfs to the awesome's menu --- .config/awesome/rc.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 43e59e96..5472d492 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -194,7 +194,8 @@ systemmenu = { "/usr/share/icons/hicolor/48x48/apps/wireshark.png" }, } utilitiesmenu = { - + { "gsshfs", "/usr/bin/gsshfs", + "/usr/share/pixmaps/gsshfs.png" }, } mymainmenu = awful.menu({ items = { { "accessories", accessoriesmenu,