Re: neo tty layout

2016-09-05 Thread Hartmut Goebel
Am 29.08.2016 um 16:13 schrieb ng0:
> If you think you can do it and have the resources to do so, could you
> take on this task?

Not any time soon, sorry.

-- 
Schönen Gruß
Hartmut Goebel
Dipl.-Informatiker (univ), CISSP, CSSLP, ISO 27001 Lead Implementer
Information Security Management, Security Governance, Secure Software
Development

Goebel Consult, Landshut
http://www.goebel-consult.de

Blog: http://www.goebel-consult.de/blog/ehrlichkeit-made-in-germany
Kolumne:
http://www.cissp-gefluester.de/2012-01-in-die-cloud-in-die-cloud-aber-wo-soll-die-sein




smime.p7s
Description: S/MIME Cryptographic Signature


Re: neo tty layout

2016-08-29 Thread ng0
Hi,

Hartmut Goebel  writes:

> Am 13.08.2016 um 18:15 schrieb ng0:
>>  Would it be okay to replicate this for Guix?
>
> +1 (Currently trying to learn myself neo :-)

If you think you can do it and have the resources to do so, could you
take on this task?
I will probably not come back to this in a considerable long time
because it is low priority to me.

-- 
ng0
For non-prism friendly talk find me on http://www.psyced.org



Re: neo tty layout

2016-08-15 Thread Hartmut Goebel
Am 13.08.2016 um 18:15 schrieb ng0:
>  Would it be okay to replicate this for Guix?

+1 (Currently trying to learn myself neo :-)

-- 
Schönen Gruß
Hartmut Goebel
Dipl.-Informatiker (univ), CISSP, CSSLP, ISO 27001 Lead Implementer
Information Security Management, Security Governance, Secure Software
Development

Goebel Consult, Landshut
http://www.goebel-consult.de

Blog: http://www.goebel-consult.de/blog/feiertagsarbeit-bei-teletrust
Kolumne:
http://www.cissp-gefluester.de/2012-04-compliance-bringt-keine-sicherheit



smime.p7s
Description: S/MIME Cryptographic Signature


Re: neo tty layout

2016-08-14 Thread ng0
Alex Kost  writes:

> ng0 (2016-08-14 12:07 +0300) wrote:
>
>> Leo Famulari  writes:
>>
>>> On Sat, Aug 13, 2016 at 04:15:15PM +, ng0 wrote:
 Hi,
 
 I just installed NixOS on another system and noticed they offer neo
 layout not only in X11 but also for tty. Would it be okay to replicate
 this for Guix? I'll be looking into this soon for me personally, but
 maybe others can benefit from it by including it in Guix.
>>>
>>> Hi,
>>>
>>> I'm not sure what the neo layout is. Is it a keyboard layout?
>>
>> Yes, it can be loaded in X11 in all system distributions and operating
>> systems I know, but that it can be loaded for tty is rare. Most system
>> for tty are limited to qwert{y,z} and some layouts where neo draws
>> inspiration from.
>> It's a layout specific to german keyboards and language but extends to
>> other areas (scientic etc): http://neo-layout.org/index_en.html
>> It can be loaded with `setxkbmap neo` or the desktop environment
>> specific tool of it.
>> I just need to figure out what nix patches or adds to make it available
>> with `loadkeys neo` outside of X11.
>
> If I undrestand it right from
> ,
> they just download "neo.map" file and put it into appropirate dir of
> 'kbd' package.
>
> See also
> 
>
> -- 
> Alex

Thanks, Alex. I'll take a look at how this can be done for Guix.

Compared to NixOS I have to say that Guix documentation is more natural
for me. I wasn't able to set up and boot into KDE with the help of their
documentation so far. Commands to search, install etc feel more natural
with Guix.
-- 
♥Ⓐ  ng0
For non-prism friendly talk find me on http://www.psyced.org



Re: neo tty layout

2016-08-14 Thread Alex Kost
ng0 (2016-08-14 12:07 +0300) wrote:

> Leo Famulari  writes:
>
>> On Sat, Aug 13, 2016 at 04:15:15PM +, ng0 wrote:
>>> Hi,
>>> 
>>> I just installed NixOS on another system and noticed they offer neo
>>> layout not only in X11 but also for tty. Would it be okay to replicate
>>> this for Guix? I'll be looking into this soon for me personally, but
>>> maybe others can benefit from it by including it in Guix.
>>
>> Hi,
>>
>> I'm not sure what the neo layout is. Is it a keyboard layout?
>
> Yes, it can be loaded in X11 in all system distributions and operating
> systems I know, but that it can be loaded for tty is rare. Most system
> for tty are limited to qwert{y,z} and some layouts where neo draws
> inspiration from.
> It's a layout specific to german keyboards and language but extends to
> other areas (scientic etc): http://neo-layout.org/index_en.html
> It can be loaded with `setxkbmap neo` or the desktop environment
> specific tool of it.
> I just need to figure out what nix patches or adds to make it available
> with `loadkeys neo` outside of X11.

If I undrestand it right from
,
they just download "neo.map" file and put it into appropirate dir of
'kbd' package.

See also


-- 
Alex



Re: neo tty layout

2016-08-14 Thread Ricardo Wurmus

ng0  writes:

> I just installed NixOS on another system and noticed they offer neo
> layout not only in X11 but also for tty. Would it be okay to replicate
> this for Guix? I'll be looking into this soon for me personally, but
> maybe others can benefit from it by including it in Guix.

In general yes, but that ultimately depends on the proposed patch.

~~ Ricardo




Re: neo tty layout

2016-08-14 Thread ng0
Leo Famulari  writes:

> On Sat, Aug 13, 2016 at 04:15:15PM +, ng0 wrote:
>> Hi,
>> 
>> I just installed NixOS on another system and noticed they offer neo
>> layout not only in X11 but also for tty. Would it be okay to replicate
>> this for Guix? I'll be looking into this soon for me personally, but
>> maybe others can benefit from it by including it in Guix.
>
> Hi,
>
> I'm not sure what the neo layout is. Is it a keyboard layout?

Yes, it can be loaded in X11 in all system distributions and operating
systems I know, but that it can be loaded for tty is rare. Most system
for tty are limited to qwert{y,z} and some layouts where neo draws
inspiration from.
It's a layout specific to german keyboards and language but extends to
other areas (scientic etc): http://neo-layout.org/index_en.html
It can be loaded with `setxkbmap neo` or the desktop environment
specific tool of it.
I just need to figure out what nix patches or adds to make it available
with `loadkeys neo` outside of X11.
-- 
♥Ⓐ  ng0
For non-prism friendly talk find me on http://www.psyced.org



Re: neo tty layout

2016-08-13 Thread Leo Famulari
On Sat, Aug 13, 2016 at 04:15:15PM +, ng0 wrote:
> Hi,
> 
> I just installed NixOS on another system and noticed they offer neo
> layout not only in X11 but also for tty. Would it be okay to replicate
> this for Guix? I'll be looking into this soon for me personally, but
> maybe others can benefit from it by including it in Guix.

Hi,

I'm not sure what the neo layout is. Is it a keyboard layout?