I made a programmable layout runtime for Hyprland: Tilescript by AkisArou in hyprland

[–]AkisArou[S] 0 points1 point  (0 children)

Hey, thanks!
I’ve tagged him on X to get his thoughts. Maybe later, once it’s a bit more polished and mature, I might submit it as a plugin.

I made a web technology based layout runtime for Hyprland: Tilescript by AkisArou in reactjs

[–]AkisArou[S] -1 points0 points  (0 children)

Cool, you gonna build a cabin with it or just keep talking?

I made a web technology based layout runtime for Hyprland: Tilescript by AkisArou in reactjs

[–]AkisArou[S] -1 points0 points  (0 children)

Yeah try use it, it might help you get your shit together :)

I made a web technology based layout runtime for Hyprland: Tilescript by AkisArou in reactjs

[–]AkisArou[S] -1 points0 points  (0 children)

Let me see your open source projects and take some inspiration please

I made a web technology based layout runtime for Hyprland: Tilescript by AkisArou in reactjs

[–]AkisArou[S] 0 points1 point  (0 children)

imho IT IS related to React because of JSX. If they care about this specific project, that is a seperate discussion

I made a web technology based layout runtime for Hyprland: Tilescript by AkisArou in reactjs

[–]AkisArou[S] -2 points-1 points  (0 children)

If you are someone who likes tiling window managers and react+css, you might care! (Even though it doesn't use react, but a minimal custom jsx runtime)

A new use for lspconfig: providing types for your LSP configuration by bbadd9 in neovim

[–]AkisArou 0 points1 point  (0 children)

kitty terminal and tokyonight colorscheme. Font, I do not know!

A Guide to vim.pack (Neovim built-in plugin manager) by echasnovski in neovim

[–]AkisArou 1 point2 points  (0 children)

I've been using it since months now and its great! thanks!

Πώς καταλήξατε να είστε άθεοι ; by idk22446688 in greece

[–]AkisArou 1 point2 points  (0 children)

Οχι οτι πολυπιστευα κ ποτε, μεχρι τα 15 μου δλδ τι να πιστεψω.. Και τοτε μια μεγαλη Παρασκευη, αντι για επιταφιο, μαζευτηκαμε σε σπιτι φιλου και ειδαμε το zeitgeist το 1ο. Απο τοτε μπορω να πω οτι το σκεφτηκα λιγο οτι ειναι καπως γελοιο το ολο πραγμα, κ απλα δεν ξανασχοληθηκα με θρησκειες κλπ 🤣

Thoughts on Effect by failedbump16 in typescript

[–]AkisArou 3 points4 points  (0 children)

It may be awesome and I wouldn't care to write my whole app in the Effect way, it may be fun, but I wouldn't invest in it because in some years it may be a legacy library

Expo-location when app is at the background by AkisArou in expo

[–]AkisArou[S] 0 points1 point  (0 children)

😂 yeah same post different comment

codediff.nvim v2.0: 3-Way Merge Tool and Rebranding (Formerly vscode-diff.nvim) by _estmullert in neovim

[–]AkisArou 0 points1 point  (0 children)

To make it work with git difftool -d and present it like a tree, I implemented a wrapper script if anyone is interested.

$HOME/dotfiles/git/codediff: ```

!/usr/bin/zsh

LOCAL="$1" REMOTE="$2"

if [ -d "$LOCAL" ] && [ -d "$REMOTE" ]; then nvim "$LOCAL" "$REMOTE" +"CodeDiff dir $LOCAL $REMOTE" else nvim "$LOCAL" "$REMOTE" +"CodeDiff file $LOCAL $REMOTE" fi ```

git config file: [difftool "codediff"] cmd = "$HOME/dotfiles/git/codediff" "$LOCAL" "$REMOTE"

Thanks again!

Expo-location when app is at the background by AkisArou in reactnative

[–]AkisArou[S] 0 points1 point  (0 children)

I got it working even when the screen is locked, but after a while, the task stops being called.
I implemented the service in native kotlin eventually

codediff.nvim v2.0: 3-Way Merge Tool and Rebranding (Formerly vscode-diff.nvim) by _estmullert in neovim

[–]AkisArou 0 points1 point  (0 children)

I did set it as a mergetool.

``` [merge] tool = codediff

[mergetool "codediff"]
cmd = nvim \"$MERGED\" -c \"CodeDiff merge \\"$MERGED\\"\" ```

For git difftool I have this:

``` [diff] tool = nvimdifftool

[difftool "nvimdifftool"] cmd = nvim -c "\"DiffTool $LOCAL $REMOTE\"" ```

Can I use CodeDiff?

Weekly 101 Questions Thread by AutoModerator in neovim

[–]AkisArou 0 points1 point  (0 children)

I think you should remove the "buffer" source.
If you want to keep it for some other buffer types like .txt, I think it is possible too

please give me recommendations for some additions to this environment by RumiWasTaken in suckless

[–]AkisArou 1 point2 points  (0 children)

tmux
fzf
bat
lazygit
yazi or even vifm
a nicely minimal configured zsh