TyberiusPrime / i3-instant-layout

MIT License
35 stars 5 forks source link

Getting error, bindkey not showing layout options #4

Closed ajP89 closed 4 years ago

ajP89 commented 4 years ago

on pressing the bindkey mod+esc I'm not seeing any layout options. On opening from terminal, it gives error xkbcommon: ERROR: couldn't find a Compose file for locale "en_IN". I'm in India and have setup language accordingly.

TyberiusPrime commented 4 years ago

Does 'i3-instant-layout --list' work on the terminal? I'd like to see if the error comes from rofi or from i3-instant-layout.

ajP89 commented 4 years ago

Sorry I'm not proficient enough. I'm getting i3-instant-layout --list: command not found. I tried removing rofi from rofi -dmenu -i and just dmenu -i, it shows dmenu but blank. I guess its a locale.conf file issue

TyberiusPrime commented 4 years ago

how have you installed i3-instant-layout? Command not found suggests the system can't find i3-instant-layout at all.

ajP89 commented 4 years ago

i tried to reinstall using pip install i3-instant-layout. It gives Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: i3-instant-layout in ./.local/lib/python3.8/site-packages (0.1.6)

ajP89 commented 4 years ago

Oh.. I tried sudo pip install i3-instant-layout. It works perfectly now. Thanks for this gem.