temporarily disabling virtual terminal switching
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
One can block VT switching by writing the following to xorg.conf:
Section "ServerFlags"
Option "DontVTSwitch" "true"
EndSection
However, the X server needs to be restarted for the changes to take effect.
I would like to block VT switching only when a screen locker (e.g., slock
) is enabled. How can one temporarily disable and then re-enable the capability to switch VTs without restarting X?
x11 screen-lock virtual-consoles
add a comment |Â
up vote
0
down vote
favorite
One can block VT switching by writing the following to xorg.conf:
Section "ServerFlags"
Option "DontVTSwitch" "true"
EndSection
However, the X server needs to be restarted for the changes to take effect.
I would like to block VT switching only when a screen locker (e.g., slock
) is enabled. How can one temporarily disable and then re-enable the capability to switch VTs without restarting X?
x11 screen-lock virtual-consoles
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
One can block VT switching by writing the following to xorg.conf:
Section "ServerFlags"
Option "DontVTSwitch" "true"
EndSection
However, the X server needs to be restarted for the changes to take effect.
I would like to block VT switching only when a screen locker (e.g., slock
) is enabled. How can one temporarily disable and then re-enable the capability to switch VTs without restarting X?
x11 screen-lock virtual-consoles
One can block VT switching by writing the following to xorg.conf:
Section "ServerFlags"
Option "DontVTSwitch" "true"
EndSection
However, the X server needs to be restarted for the changes to take effect.
I would like to block VT switching only when a screen locker (e.g., slock
) is enabled. How can one temporarily disable and then re-enable the capability to switch VTs without restarting X?
x11 screen-lock virtual-consoles
asked Nov 6 '17 at 2:44
user001
1,47231936
1,47231936
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f402748%2ftemporarily-disabling-virtual-terminal-switching%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password