diff options
| author | ache <ache@ache.one> | 2023-12-09 11:13:45 +0100 |
|---|---|---|
| committer | ache <ache@ache.one> | 2023-12-09 11:13:45 +0100 |
| commit | ec1de27ea49f3fefc3c484a66b82042fe9d80935 (patch) | |
| tree | d38e8f686e80e4992d3d6cc0449870eb0c57d9f3 | |
| parent | Use hexcode to fix non ascii layout (diff) | |
Switch to caja
| -rw-r--r-- | rc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }) |