From 1b1f8f5b5ed00684e59168dd4bc2fb0348d0eac6 Mon Sep 17 00:00:00 2001 From: Raphael McSinyx Date: Mon, 29 May 2017 21:47:51 +0700 Subject: Update 2017-05-29 --- awesome/.config/awesome/rc.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'awesome/.config') diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index 85ac9cd..4c762a4 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -357,10 +357,11 @@ globalkeys = awful.util.table.join( {description = "open a root terminal", group = "launcher"}), awful.key({modkey}, "v", function() awful.spawn(editor) end, {description = "open GVim", group = "launcher"}), - awful.key({modkey}, "b", function() awful.spawn("torbrowser-launcher") end, + awful.key({modkey}, "b", function() awful.spawn("firefox") end, + {description = "open Firefox", group = "launcher"}), + awful.key({modkey, "Shift"}, "b", + function() awful.spawn("torbrowser-launcher") end, {description = "open Tor Browser", group = "launcher"}), - awful.key({modkey, "Shift"}, "b", function() awful.spawn("firefox-esr") end, - {description = "open Firefox ESR", group = "launcher"}), awful.key({modkey}, "r", function() awful.spawn(ranger) end, {description = "open ranger file manager", group = "launcher"}), awful.key({modkey}, "p", function() awful.spawn(python) end, -- cgit 1.4.1