How can i change xkb configuration ?

2020-11-09 Thread aprekates
Greetings to all, Trying to edit = /usr/share/X11/xkb/symbols in my debian system to add a workman layout variant to greek i noticed the warning to not edit those files. What is the recommended way to do that ? Thanks , chomwitt ___ xorg@lists.x.or

Re: How can i change xkb configuration ?

2020-11-16 Thread aprekates
Ok. I'll add a workman variant layout in /usr/share/X11/xkb/symbols/gr and try to add a new rule in /usr/share/X11/xkb/rules/evdev On 9/11/20 12:06 μ.μ., Ilya Anfimov wrote: On Fri, Nov 06, 2020 at 01:06:42PM +0200, aprekates wrote: Greetings to all, Trying to edit = /usr/share/X1

Cant set my xkb's xkeymap with xkbcomp

2020-12-16 Thread aprekates
Hi. I've have Debian Buster ,xorg (1:7.7+19). Trying to change xkb's xkeymap i tried : $ cd /home/foouser/.config/xkb $ setxkbmap  -model hhk -layout us -print > mapus xkb_keymap {     xkb_keycodes  { include "evdev+aliases(qwerty)" };     xkb_types { include "complete"  };    

Re: Cant set my xkb's xkeymap with xkbcomp

2020-12-20 Thread aprekates
On 17/12/20 5:50 π.μ., Peter Hutterer wrote: setxkbmap -print doesn't use the keymap directly as you'd expect. it uses the RMLVO properties, changing a keymap directly with xkbcomp isn't reflected in the setxkbmap output. so simply said: this is a false negative. Why xkbcomp doest seem to wo

Re: Cant set my xkb's xkeymap with xkbcomp

2020-12-20 Thread aprekates
$  setxkbmap -layout us,gr,de $ setxkbmap -print xkb_keymap {     xkb_keycodes  { include "evdev+aliases(qwerty)"    };     xkb_types { include "complete"    };     xkb_compat    { include "complete+ledscroll(group_lock)"    };     xkb_symbols   { include "pc+us+gr:2+de:3+inet(evdev)+group(c

Re: Cant set my xkb's xkeymap with xkbcomp

2020-12-20 Thread aprekates
Sorry my first 'reading on Peter's answer wasnt correct. I wrote : > But this isnt what Peter said. It was a false interpretation of mine. setxkbmap -print CAN display the current xkeymap (in Ktcsg format ) but only if the change happened from setxkbmap

How to make a custom xkb layout/variant mapping permanent in an xorg session?

2021-02-05 Thread aprekates
OS: Debian GNU/Linux 10 (buster) x86_64 Kernel: 4.19.0-13-amd64 DE: KDE Display: x11 server: X.Org 1.20.4 I managed to create a custom xkb mapping using a home directory which contains a xkb keymap description (my-map-usgr-workman) and a symbols file and feeding those in xkbcomp: ~/.config/xk

Re: How to make a custom xkb layout/variant mapping permanent in an xorg session?

2021-02-10 Thread aprekates
believe xsession could be used: https://wiki.debian.org/Xsession <https://wiki.debian.org/Xsession> On Fri, Feb 5, 2021 at 12:09 PM aprekates <mailto:apreka...@posteo.net>> wrote: OS: Debian GNU/Linux 10 (buster) x86_64 Kernel: 4.19.0-13-amd64 DE: KDE Display