MahouShoujoMivutilde

Results 31 comments of MahouShoujoMivutilde

@faern Hi, I used the app for about a week with manually added flags mentioned above, it seems to work fine on [Hyprland](https://github.com/hyprwm/Hyprland). ``` XDG_CURRENT_DESKTOP=Hyprland XDG_SESSION_DESKTOP= #empty ```

Sadly, it's not that simple. Tcell (which is lf's tui backend) doesn't seem to be dealing with keycodes according to dev https://github.com/gdamore/tcell/issues/152#issuecomment-353858451 There is some mentions of keycodes in code...

I have no real input to give on the matter, but reading your script - `hyprctl` has `-j` option for json output, which is easier to parse with [gojq](https://github.com/itchyny/gojq), especially...

@felipeagc how are you configuring your layout? I've tried ``` input { # notice that `us` is first, this matters for hotkeys, at least when using non-latin layouts kb_layout =...

> it just changed the keyboard layout to the US one Yeah, two layouts, when you want to switch between them - press alt+shift. > and shift still didn't work....

> Thats why you should switch layouts per-device Very nice, thank you.

He might have meant [fakefullscreen](https://dwm.suckless.org/patches/fakefullscreen/) type of thing, idk. It's like `fullscreen 0`, the app goes full screen _mode_ (e.g. chromium will hide tabs etc), but it is contained within...

I've also noticed that transfers are kind of slow. On LAN (1G) 3.9GB file from the windows notebook to the linux pc transfers at 21 MBytes/s. For comparison, rsync **over...

I think that instead of a custom file format it would be better to just use something like sqlite (a well known SQL database format) or, since the db structure...

You could use the above mentioned variables with some success, but sadly, lf's `natural` sort is not always the same as the one in `exa` or `ls`. There are probably...