我在Ubuntu MATE上使用这个脚本,它使用caja作为文件管理器。
#!/bin/bash
activewindowname=$(xdotool getwindowfocus getwindowname)
if [ "$activewindowname" == "x-caja-desktop" ]; then
gnome-session-quit --power-off
else
xdotool windowclose `xdotool getactivewindow`
fi
复制此代码,将其另存为脚本并为Alt + F4创建自定义快捷方式