summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.lua b/rc.lua
index 298afa5..9cd2a3f 100644
--- a/rc.lua
+++ b/rc.lua
@@ -782,7 +782,7 @@ awful.key({ modkey, "Mod1" }, "#43", hotkeys_popup.show_help, {descripti
-- awful.key({ modkey, }, "b", function () awful.util.spawn("vimb -c /usr/share/vimb/.vimbrc") end),
awful.key({ modkey, "Mod1"}, "#27", function () awful.util.spawn_with_shell("kitty -e 'ranger'") end,
{description = "Ranger", group = "awesome"}),
- awful.key({ modkey, "Control"}, "#27", function () awful.util.spawn("pcmanfm") end),
+ awful.key({ modkey, "Control"}, "#27", function () awful.util.spawn("caja") end),
awful.key({ modkey, }, "#39", function ()
awful.util.spawn("scrot")
naughty.notify({ title = 'Scrot', text = 'New screenshot taken', timeout = 3 })