From 5da315a1f3944e1dbc0464f035b8bcac0d9a59a6 Mon Sep 17 00:00:00 2001 From: Kyle Javier Date: Fri, 1 Oct 2021 01:42:21 -0400 Subject: changed default file manager and keybinding for it --- awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'awesome/rc.lua') 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"}), -- cgit v1.2.3