diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-09-24 21:55:17 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-09-24 21:55:17 +0700 |
commit | ea3d643a067669a73557f0af203cf4e86bc4fc9d (patch) | |
tree | 5c128b8301b5012aaa5c7dcd98a5da12af4fba40 /awesome | |
parent | 21e85821064dd444ed9a35e342c2ea220c50a6f6 (diff) | |
download | dotfiles-ea3d643a067669a73557f0af203cf4e86bc4fc9d.tar.gz |
Update 2020-09-24
Diffstat (limited to 'awesome')
-rw-r--r-- | awesome/.config/awesome/rc.lua | 4 |
1 files changed, 3 insertions, 1 deletions
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", |