aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2019-05-07 03:41:06 -0400
committertdro <tdro@users.noreply.github.com>2019-05-07 03:41:06 -0400
commit76c8f84363a0d1d8a16fbcd1a0f9eb9b8696f709 (patch)
treef9706e520f04894f07c9d0a4a2977b9874a66c67 /.config/awesome
parent7feda2dc738b79ad42a8492c87daa78dbbd4e883 (diff)
downloaddotfiles-76c8f84363a0d1d8a16fbcd1a0f9eb9b8696f709.tar.gz
dotfiles-76c8f84363a0d1d8a16fbcd1a0f9eb9b8696f709.tar.bz2
dotfiles-76c8f84363a0d1d8a16fbcd1a0f9eb9b8696f709.zip
.config/awesome/rc.lua: Change binding for privileged program launch
Diffstat (limited to '.config/awesome')
-rw-r--r--.config/awesome/rc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index e3588ca..b44ec70 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -396,7 +396,7 @@ globalkeys = gears.table.join(
awful.util.spawn_with_shell("~/.config/awesome/app-launcher")
end),
- awful.key({ modkey, "Mod1" }, "r", function ()
+ awful.key({ modkey }, "d", function ()
awful.util.spawn_with_shell("~/.config/awesome/app-launcher-priv")
end),