You are not logged in.
Pages: 1
I using dvorak, so wanna change default layout when logging to user, but not found any answer about it.
Last edited by ethan0l (2025-01-25 19:26:03)
Offline
in Settings/Keyboard/Layout, you can disable "Use system defaults" and add layout(s) what you like, for switch by mouse and/or show actual selected layout on panel you can add keyboard plugin to panel...
Last edited by k3dAR (2025-01-22 17:11:05)
Offline
in Settings/Keyboard/Layout, you can disable "Use system defaults" and add layout(s) what you like, for switch by mouse and/or show actual selected layout on panel you can add keyboard plugin to panel...
I disabled it, but not working. Yes, it's us, but not dvorak. And I don't remember how I fixed it earlier. Somehow through xorg, or I don't know.
Offline
in Layout tab, when you click to Add button, then you see list of main layouts, if layout have variants, then before name is little arrow, this expand list of variants ;-)
Last edited by k3dAR (2025-01-23 16:32:09)
Offline
in Layout tab, when you click to Add button, then you see list of main layouts, if layout have variants, then before name is little arrow, this expand list of variants ;-)
Nooo, I did it already and have dvorak layout right now, but when I first boot up my computer I have qwerty
Offline
You can change the system keyboard settings from the command line with setxkbmap. Something like this -
http://xahlee.info/linux/linux_switch_k … ayout.html
scroll down past the lxde section.
There may be some minor variations between distros. Debian/Ubuntu-based make have dpkg-reconfigure to let you make the change. Research that to be sure.
Last edited by PackRat (2025-01-23 21:47:30)
Offline
You can change the system keyboard settings from the command line with setxkbmap. Something like this -
http://xahlee.info/linux/linux_switch_k … ayout.html
scroll down past the lxde section.
There may be some minor variations between distros. Debian/Ubuntu-based make have dpkg-reconfigure to let you make the change. Research that to be sure.
okay, I can change layout, but only for current session. When I say "session" I mean this first screen, when we write our password. But all settings with setxkbmap or other is works! But when I trying to first log in I have not my favorite layout. But after I wrote password I have right layout for my desktop and etc. Sorry for my bad explanation of problem
Offline
sudo dpkg-reconfigure keyboard-configuration
more info
https://www.baeldung.com/linux/console- … ard-layout
Siduction
Debian Sid
Xfce 4.20 with Wayland/Labwc
Offline
[...] I mean this first screen, when we write our password [...]
if for "login screen" you use lightdm (*) you can set kbd for it in /etc/lightdm/lightdm.conf in/under [Seat:*] section add line:
display-setup-script = setxkbmap code_for_your_dvorak_kbd
*) if you don't know, you can show what dm you use by:
systemctl status display-manager | head -n1
Offline
sudo dpkg-reconfigure keyboard-configuration
more info
https://www.baeldung.com/linux/console- … ard-layout
I use voidlinux, so all methods related to systemd is unusable, I think.
Added later 04 min 13 s:
ethan0l wrote:[...] I mean this first screen, when we write our password [...]
if for "login screen" you use lightdm (*) you can set kbd for it in /etc/lightdm/lightdm.conf in/under [Seat:*] section add line:
display-setup-script = setxkbmap code_for_your_dvorak_kbd
*) if you don't know, you can show what dm you use by:
systemctl status display-manager | head -n1
Thank you! This method is worked for me!
Offline
Pages: 1
[ Generated in 0.013 seconds, 10 queries executed - Memory usage: 578.07 KiB (Peak: 595.35 KiB) ]