From ea3d643a067669a73557f0af203cf4e86bc4fc9d Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Thu, 24 Sep 2020 21:55:17 +0700 Subject: Update 2020-09-24 --- awesome/.config/awesome/rc.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'awesome/.config/awesome/rc.lua') diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index 328e6c0..2a6d61d 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -167,7 +167,7 @@ vicious.register(mymemusage, vicious.widgets.mem, function (widget, args) return (" MEM%03d%%"):format(args[1]) end, 2) - -- + -- Create a battery widget local mybattery_text = wibox.widget.textbox() vicious.register(mybattery_text, vicious.widgets.bat, @@ -477,6 +477,8 @@ local globalkeys = awful.util.table.join( {description = "open Tor Browser", group = "launcher"}), awful.key({modkey}, "t", spawner"thunderbird", {description = "open Thunderbird", group = "launcher"}), + awful.key({modkey, "Shift"}, "t", spawner"transmission-gtk", + {description = "open Transmission", group = "launcher"}), awful.key({modkey}, "m", spawner"nheko", {description = "open nheko", group = "launcher"}), awful.key({modkey, "Shift"}, "g", spawner"gimp", -- cgit 1.4.1