Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Quit cage option. (an key combo to quit cage) #404

Open
Bram-diederik opened this issue Feb 19, 2025 · 0 comments
Open

Feature: Quit cage option. (an key combo to quit cage) #404

Bram-diederik opened this issue Feb 19, 2025 · 0 comments

Comments

@Bram-diederik
Copy link

Is it posible to add a quit option to cage?
like good old ctrl-alt-backspace on X.

I automatically open a vnc connection when i login to tty12 on my laptop.
i would like to have a option to logout. (exit the program)

with systemctl start getty@tty12
.profile

if [[ "$(tty)" == "/dev/tty12" ]]; then
    exec cage -s --  vncviewer fasterPC:5901 
    exit
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant