Загрузка данных


mkdir -p ~/.config/autostart

cat > ~/.config/autostart/xbindkeys.desktop <<'EOF'
[Desktop Entry]
Type=Application
Name=Infinix Power Switch
Comment=Обработка бокового переключателя режимов мощности
Exec=/usr/bin/xbindkeys
Terminal=false
X-GNOME-Autostart-enabled=true
NoDisplay=true
EOF