From 5997c3fa5da55f2b0c3a321741760a4281c324f9 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 14 Oct 2012 10:21:39 +0200 Subject: [PATCH] config: try pentadactyl --- rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.lua b/rc.lua index 371da90..cd46f85 100644 --- a/rc.lua +++ b/rc.lua @@ -50,7 +50,7 @@ config.layouts = { awful.layout.suit.floating, } config.hostname = awful.util.pread('uname -n'):gsub('\n', '') -config.browser = "conkeror" +config.browser = "iceweasel" -- Remaining modules loadrc("xrun") -- xrun function