aboutsummaryrefslogtreecommitdiff
path: root/awesome
diff options
context:
space:
mode:
authorKyle Javier2021-09-22 00:32:57 -0400
committerKyle Javier2021-09-22 00:32:57 -0400
commitd2efaa7d4c1f87f051bacae856810ce000cacb89 (patch)
tree2cad82b0ca47f1658e99e1f0e20cfdf55eae8164 /awesome
parentb92660117b5d68751b59a84f594d72cea3cd6143 (diff)
changed default file manager to pcmanfm
Diffstat (limited to 'awesome')
-rw-r--r--awesome/rc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua
index 3d64f07..7d3bf02 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("thunar") end,
+ awful.key({ modkey, }, "e", 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"}),