Aumetra

joined 4 months ago
[–] [email protected] 1 points 4 days ago

Lo conseguí!, seguí la wiki que me pasaste y copiando el archivo de configuración y editándolo pude ya poner el layout en castellano.

Gracias!

[–] [email protected] 1 points 4 days ago

No tengo ni idea, donde puedo encontrar esa config por defecto? 🤔

[–] [email protected] 1 points 5 days ago* (last edited 5 days ago) (3 children)

Hola! Gracias por responder :D

Lo escribí mal en el post porque no recordaba bien la config (lo he corregido), pero ya probé a hacer eso y lo que ocurre es que si reinicio la tableta, nada más cargar PostmarketOS se me queda la pantalla en negro con el cursor visible y no puedo hacer nada :C

 

Hi folks!

I discovered PostmarketOS last week and i tried to install it with sway desktop in my Lenovo Ideapad Duet (Kukui). However, my keyboard has a spanish layout. I've searched into the wiki and internet but i haven't found much info about how to set it (or i'm too newbie to know what i'm looking for xD).

Things i tried:

  • The sway input command. It works, but resets on reboot.
  • Creating a sway config file and define xkb_layout into it. It works, but i have a black screen at reboot (i suspect that's a crash?), i don't plan to install more desktops or any other right now.
  • Doing something with cros-keyboard-map and keyd config files? idk, i know about this via ChatGPT 😅. It doesn't works.

Is there any way to change the keymap to 'es' permanently?

Notes:

  • I'm new to Alpine Linux, but i'm currently using PopOS and Arch in other devices so i'm a bit used to Linux
  • I'm conciuos that changing keymap probably will make me reconfigure cros-keyboard-map and keyd, but i'm from spain and i prefer to use my native layout.

Thanks in advance!

[–] [email protected] 2 points 4 months ago

After looking at your suggestions, maybe i'll stick with the reminder/summary option for the moment, if i maintain the actual scope it should be manageable (sadly, /mem can't be used to insert sentences like /lore)🤔

Meanwhile i'll investigate the Strict Game Master (i didn't saw it lol) as it's code look very promising for what i need, specially the inference part as i will use to calculate the relation points <3

Thanks you!

 

Hey there!

I'm doing a custom code which give "relationship" points to a characterA respect to characterB, so they can deepen their relationship and unlock events.

Righ now i'm calculating and storing the relation states on thread's custom data but i'd like to send this information to AI so it adapts the narrative around these relation changes between characters.

Options that i have considered:

  • Send a full report via push as system and hidden from user, but im not confident that itll work as i expect
  • Write on character/thread reminder or role, but as stated in UI, there is a recommended length for both fields and in doing this for 7 characters + user, each one with relationship states for the others, ofc ill surpass the limit
  • Push a message with /lore command and full report, but lore is no chronological so its likely that ill confuse the ai

The ideal solution would be edit (instead of push) thread's lore in the same manner that the custom code to edit reminder/goal, but i think is not possible right not.

Im quite new so i might be wrong or not seeing other valid solutions. Someone could give me a hint or possible solution for this?

Thanks in advance!