💾 Archived View for sdf.org › blippy › mate.gmi captured on 2023-12-28 at 16:24:56. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-07-10)

➡️ Next capture (2024-03-21)

-=-=-=-=-=-=-

MATE

Created 2023-06-17

CAJA

Open Terminal using F4

Need to do this outside of MATE, as "accels" file keeps getting overwritten.

Using

vim ~/.config/caja/scripts/Terminal

enter the lines:

#!/bin/sh
#
# This script opens a mate-terminal window in the current directory.
#
# Note that you need to have caja-actions installed to use scripts.

cd $CAJA_SCRIPT_CURRENT_URI
exec mate-terminal

Set permissions:

chmod +x ~/.config/caja/scripts/Terminal

Using

vim ~/.config/caja/scripts/accels

add the line:

(gtk_accel_path "<Actions>/ScriptsGroup/script_file:\\s\\s\\shome\\spi\\s.config\\scaja\\sscripts\\sTerminal" "F4")

Link