about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2020-07-21 16:21:35 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2020-07-21 16:21:35 +0700
commit8aad92d257a67b16c55c79e295236b058b52ae83 (patch)
treee3eb3e2760b8c7fc74d7c03de2f95d0f0bf31308
parente4c6f551a88f8a8b096e57a8a7f594b660e06f5b (diff)
downloaddotfiles-8aad92d257a67b16c55c79e295236b058b52ae83.tar.gz
Update 2020-07-21
-rw-r--r--awesome/.config/awesome/rc.lua2
-rw-r--r--debian/.bashrc1
-rw-r--r--dev/.config/pip/pip.conf2
-rw-r--r--ranger/.config/ranger/rifle.conf2
4 files changed, 3 insertions, 4 deletions
diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua
index e627faf..8cbd05a 100644
--- a/awesome/.config/awesome/rc.lua
+++ b/awesome/.config/awesome/rc.lua
@@ -476,8 +476,6 @@ 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}, "m", spawner"riot-desktop",
-            {description = "open Riot", group = "launcher"}),
   awful.key({modkey, "Shift"}, "g", spawner"gimp",
             {description = "open GIMP", group = "launcher"}),
   awful.key({modkey}, "r", spawner(ranger),
diff --git a/debian/.bashrc b/debian/.bashrc
index 27ec6a4..2059c50 100644
--- a/debian/.bashrc
+++ b/debian/.bashrc
@@ -128,4 +128,3 @@ set -o emacs
 export EDITOR=vim
 export PAGER=less
 export IRCSERVER=irc.freenode.net
-export PIP_USE_FEATURE=2020-resolver
diff --git a/dev/.config/pip/pip.conf b/dev/.config/pip/pip.conf
new file mode 100644
index 0000000..efe1987
--- /dev/null
+++ b/dev/.config/pip/pip.conf
@@ -0,0 +1,2 @@
+[global]
+use-feature = 2020-resolver
diff --git a/ranger/.config/ranger/rifle.conf b/ranger/.config/ranger/rifle.conf
index 5b44769..98adc65 100644
--- a/ranger/.config/ranger/rifle.conf
+++ b/ranger/.config/ranger/rifle.conf
@@ -66,9 +66,9 @@ ext x?html?, has uzbl-tabbed,    X, flag f = uzbl-tabbed -- "$@"
 ext x?html?, has uzbl-browser,   X, flag f = uzbl-browser -- "$@"
 ext x?html?, has uzbl-core,      X, flag f = uzbl-core -- "$@"
 ext x?html?, has midori,         X, flag f = midori -- "$@"
+ext x?html?, has firefox,        X, flag f = firefox -- "$@"
 ext x?html?, has chromium,       X, flag f = chromium -- "$@"
 ext x?html?, has opera,          X, flag f = opera -- "$@"
-ext x?html?, has firefox,        X, flag f = firefox -- "$@"
 ext x?html?, has seamonkey,      X, flag f = seamonkey -- "$@"
 ext x?html?, has iceweasel,      X, flag f = iceweasel -- "$@"
 ext x?html?, has epiphany,       X, flag f = epiphany -- "$@"