It seems like `sflock` does prevent something like Ctrl+Alt+F2 (from
arch wiki), they are working on Ctrl+Alt+Backspace.
https://github.com/benruijl/sflock/issues/6
On Mon, Sep 28, 2015 at 04:39:53PM +0200, Mattias Andrée wrote:
>On Mon, 28 Sep 2015 16:32:00 +0200
>Hinnerk van Bruinehsen <h.v.bruinehsen_AT_fu-berlin.de> wrote:
>
>> On Sun, Sep 27, 2015 at 09:42:11PM +0800, Pickfire wrote:
>> > On Sun, Sep 27, 2015 at 02:15:02PM +0200, 7heo wrote:
>> > >Put
>> > >
>> > >if ! pgrep xinit >/dev/null; then
>> > > start-stop-daemon -S -b startx
>> > > clear
>> > > exit
>> > >fi
>> > >
>> > >At the end if your ~/.${SHELL}rc file.
>> >
>> > What do you mean by that? I mean to disable Xorg
>> > Termination when using `slock`.
>> >
>>
>> Any kind of wrapper still exposes the terminal in case X
>> crashes: e.g. alt+f{whatever terminal startx was run in}
>> and ctrl+c ...
>>
>
>So you should probably have
>
> alias startx="startx || logout"
>
>or
>
> alias startx="startx ; logout"
>
>in your shell.
--
_____________________________________
< Do what you like, like what you do. >
-------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
Received on Tue Sep 29 2015 - 09:31:50 CEST