You are not logged in.
I put:
setxkbmap -option terminate:ctrl_alt_bksp
It doesn't work.
Last edited by Head_on_a_Stick (2016-08-27 21:34:03)
simplicity and speed
IceWM - JWM - Ratpoison
Offline
I put it in my .xinitrc, but it does not work, it comes back with icewm when I reboot.
Last edited by bobo (2016-08-27 20:24:06)
simplicity and speed
IceWM - JWM - Ratpoison
Offline
I have merged your two threads as they are both about ~/.xinitrc
BunsenLabs does not read ~/.xinitrc if the usual (LightDM) login screen is used.
You will have to use a console login and `startx` to read that file during startup.
Alternatively, you can add your commands to ~/.xsession instead and then select "Default Xsession" as the desktop in the login screen
Offline
I have merged your two threads as they are both about ~/.xinitrc
BunsenLabs does not read ~/.xinitrc if the usual (LightDM) login screen is used.
You will have to use a console login and `startx` to read that file during startup.
Head_on_a_Stick:
thanks for the prompt answer, I was trying to do that by changing the run-level number in /etc/inittab but, when i try to access it, it is blank. Please tell me how to do that, I hate display managers.
Last edited by bobo (2016-08-27 21:11:22)
simplicity and speed
IceWM - JWM - Ratpoison
Offline
Should I uninstall lightdm? will that send me into the console when I reboot and then startx?
simplicity and speed
IceWM - JWM - Ratpoison
Offline
Please tell me how to do that, I hate display managers.
Me too
sudo systemctl set-default multi-user.target
Offline
thanks, i will try it.
simplicity and speed
IceWM - JWM - Ratpoison
Offline
thank you - It worked perfectly, I'm on jwm
simplicity and speed
IceWM - JWM - Ratpoison
Offline
Wonderful
I have moved the thread to Basic Help & Support and marked it [SOLVED] (you can do this yourself next time by editing the title).
Offline
Will do.
simplicity and speed
IceWM - JWM - Ratpoison
Offline
Alternatively, you can add your commands to ~/.xsession instead and then select "Default Xsession" as the desktop in the login screen
I guess providing .xsession would require also starting openbox from there? .xsessionrc is another option for adding config.
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
I guess providing .xsession would require also starting openbox from there?
The OP has decided to switch to jwm and has also added "exec jwm" to ~/.xinitrc
That information was contained in the title of the second thread and was lost in the merge, my apologies for that.
:8
.xsessionrc is another option for adding config.
The OP doesn't want to use a display manager so that file wouldn't be read.
Offline
johnraff wrote:I guess providing .xsession would require also starting openbox from there?
The OP has decided to switch to jwm and has also added "exec jwm" to ~/.xinitrc
The use of .xinitrc is not advisable IMO, because it bypasses the Debian /etc/X11/Xsession.d files, and requires the user to manually call dbus and friends.
Yes, any window manager can be invoked by putting it in .xsession (no, I hadn't noticed that it was not to be openbox). If .xsession exists it will replace x-session-manager as the X startup script, but after sourcing Xsession.d/*.
I looked into this in 2012 "what startx actually does in Debian" but if any of that info is wrong or outdated would appreciate correction.
.xsessionrc is another option for adding config.
The OP doesn't want to use a display manager so that file wouldn't be read.
I think it would, in fact, as long as .xinitrc does not exist.
Last edited by johnraff (2016-08-29 02:03:12)
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
The use of .xinitrc is not advisable IMO, because it bypasses the Debian /etc/X11/Xsession.d files, and requires the user to manually call dbus and friends.
Oh yes, I forgot about dbus :8
@OP: if you want to take advantage of dbus (eg, for automounting with thunar/gvfs) then start your window manager like this:
exec dbus-launch --exit-with-session jwm
Or follow johnraff's fine advice.
Offline
^There's a lot more than dbus of course that Debian will start up for you if the relevant packages have dropped files in /etc/X11/Xsession.d
Have a look at that directory to see what you might be missing out on (or have to do manually) by using .xinitrc. (Still recommend .xsession instead.)
Last edited by johnraff (2016-08-30 02:17:41)
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline