aboutsummaryrefslogtreecommitdiff
path: root/awesome/rc.lua
diff options
context:
space:
mode:
authorKyle Javier2021-09-22 00:51:57 -0400
committerKyle Javier2021-09-22 00:51:57 -0400
commitc7187ddbc5e744732ce16d8f1b40080694dea868 (patch)
tree0b6bc87b94a5676c150391b555314513ede59df5 /awesome/rc.lua
parentd2efaa7d4c1f87f051bacae856810ce000cacb89 (diff)
changed some keybinds
Diffstat (limited to 'awesome/rc.lua')
-rw-r--r--awesome/rc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua
index 7d3bf02..373b510 100644
--- a/awesome/rc.lua
+++ b/awesome/rc.lua
@@ -291,7 +291,7 @@ globalkeys = gears.table.join(
{description = "open a terminal", group = "launcher"}),
awful.key({ modkey, }, "s", function () awful.spawn("fsearch") end,
{description = "search the filesystem", group = "launcher"}),
- awful.key({ modkey, }, "e", function () awful.spawn("pcmanfm") end,
+ awful.key({ modkey, }, "Return", function () awful.spawn("pcmanfm") end,
{description = "open a file manager", group = "launcher"}),
awful.key({ }, "Print", function () awful.spawn("xfce4-screenshooter -f --mouse") end,
{description = "take a screenshot of the fullscreen", group = "launcher"}),