summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2023-12-09 11:13:45 +0100
committerache <ache@ache.one>2023-12-09 11:13:45 +0100
commitec1de27ea49f3fefc3c484a66b82042fe9d80935 (patch)
treed38e8f686e80e4992d3d6cc0449870eb0c57d9f3
parentUse hexcode to fix non ascii layout (diff)
Switch to caja
-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 })