Update 2017-05-29

This commit is contained in:
Nguyễn Gia Phong 2017-05-29 21:47:51 +07:00
parent bd2ab43fc6
commit 1b1f8f5b5e
3 changed files with 14 additions and 3 deletions

View file

@ -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,

View file

@ -1,5 +1,9 @@
[user]
email = vn.mcsinyx@gmail.com
name = Raphael McSinyx
[diff]
tool = vimdif
guitool = gvimdif
[github]
user = McSinyx

6
dev/.pypirc Normal file
View file

@ -0,0 +1,6 @@
[distutils]
index-servers=pypi
[pypi]
repository = https://upload.pypi.org/legacy/
username = McSinyx