aboutsummaryrefslogtreecommitdiff
path: root/awesome
diff options
context:
space:
mode:
authorKyle Javier2021-10-01 01:42:21 -0400
committerKyle Javier2021-10-01 01:42:21 -0400
commit5da315a1f3944e1dbc0464f035b8bcac0d9a59a6 (patch)
treeb455e16e954646ad3a0c87bc65b09a056738a490 /awesome
parent9e849ae90ef246a175c3cd8496ee4c97effc8094 (diff)
changed default file manager and keybinding for it
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 4128715..87ff974 100644
--- a/awesome/rc.lua
+++ b/awesome/rc.lua
@@ -314,7 +314,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, }, "Return", function () awful.spawn("pcmanfm") end,
+ awful.key({ modkey, }, "e", function () awful.spawn("thunar") 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"}),