diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-04-27 10:52:10 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-04-27 10:52:10 +0700 |
commit | 1008040f059bc8d45d6f0b2dd6a1c51cd829d0e7 (patch) | |
tree | 68ffe5993a36cef1a75f351ff845851601e358fa /awesome | |
parent | a7318de79dda2662239c52965a6dd712fd19467b (diff) | |
download | dotfiles-1008040f059bc8d45d6f0b2dd6a1c51cd829d0e7.tar.gz |
Start a new internship with Clojure
Diffstat (limited to 'awesome')
-rw-r--r-- | awesome/.config/awesome/rc.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index 7f768e2..043ead4 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -481,8 +481,6 @@ local globalkeys = awful.util.table.join( {description = "open Transmission", group = "launcher"}), awful.key({modkey, "Shift"}, "t", spawner"thunderbird", {description = "open Thunderbird", group = "launcher"}), - awful.key({modkey}, "m", spawner"nheko", - {description = "open nheko", group = "launcher"}), awful.key({modkey, "Shift"}, "g", spawner"gimp", {description = "open GIMP", group = "launcher"}), awful.key({modkey}, "r", spawner(ranger), |