Setting environment variables (GUIX on foreign distro)

2020-04-05 Thread Zelphir Kaltstahl
Hello, My question regards setting environment variables, which are considered by applications installed via GUIX on a foreign distro (Trisquel). What is the best practice to set custom environment variables? I've successfully set them in my ~/.guix-profile/etc/profile before, but there they will

How to specify custom remappings with keyboard-layout?

2020-04-05 Thread Jakub Kądziołka
Hi Guix, the right shift key on my laptop's keyboard got stuck. It sometimes isn't fully pressed, which allowed me to run xmodmap -e 'keycode 62=' and disable it, but I need to make this apply in GDM too. I assume I'd have to specify that in the keyboard-layout record, but both the documenta

Re: How to specify custom remappings with keyboard-layout?

2020-04-05 Thread pelzflorian (Florian Pelz)
On Mon, Apr 06, 2020 at 12:18:22AM +0200, Jakub Kądziołka wrote: > xmodmap -e 'keycode 62=' > > and disable it, but I need to make this apply in GDM too. I assume I'd > have to specify that in the keyboard-layout record, but both the > documentation and the code aren't too clear on how I'd go

Re: How to specify custom remappings with keyboard-layout?

2020-04-05 Thread pelzflorian (Florian Pelz)
On Mon, Apr 06, 2020 at 03:05:24AM +0200, pelzflorian (Florian Pelz) wrote: > You could probably use an .xinitrc file like Arch or you could patch > xorg-server to use your xkbcomp map by default. That is, instead of patching xorg-server, you would patch xkeyboard-config’s xkb/symbols. I have not