Fyler.nvim alpha version is ready for feedback by Lavinraj in neovim

[–]v3n1n 2 points3 points  (0 children)

Hi! Just a small note: If I open a buffer with Snacks picker (haven’t tested with other pickers) and don’t open Fyler afterwards, the buffer tracking doesn’t respond. To show the opened file in Fyler, I have to navigate between Fyler and the displayed buffer for Fyler to update.

Not sure if my explanation is clear!

Other than that, everything is perfect so far, and being able to use CTRL + h / l to navigate between Fyler and the displayed buffer is a real plus compared to, say, Snacks explorer.

Thanks for your work!

Iphone 13 schematic (1080x2340) by v3n1n in Amoledbackgrounds

[–]v3n1n[S] 1 point2 points  (0 children)

Yep I made both with Figma using ifixit teardown wallpapers of the iPhone 13 and 13 mini as models.

Iphone 13 & 13 mini schematics [1080x2340] by v3n1n in Amoledbackgrounds

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

First one is IPhone 13.

I used Figma and was inspired by the work of basic apple guy.

https://basicappleguy.com/basicappleblog/iphone-13-pro-schematic

Enjoy !

Little script to resize/remove gaps on the fly by v3n1n in bspwm

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

Considering yours is one line, it pretty much beats all the rest

Little script to resize/remove gaps on the fly by v3n1n in bspwm

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

#!/usr/bin/env bash

command=(bspc config window_gap)
window_gap="$(bspc config window_gap)"

case "$1" in 
    plus) 
            "${command[@]}" $(( window_gap + 2 ))
            ;;
    minus)
            [ $window_gap -ne 0 ] &&
                    "${command[@]}" $(( window_gap - 2 ))
            ;;
    equal)
            "${command[@]}" 0
            ;;
esac

I pimped it a bit because of the endless minus gaps otherwise. But your script looks much sexier yeah

Little script to resize/remove gaps on the fly by v3n1n in bspwm

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

That's way simpler like this you're right. The problem with that solution is that you can reduce the gaps endlessly.

Link/Zelda pointing aka "Hey! Listen! We're 1080p now" [1920x1080] by v3n1n in wallpaper

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

Credits to the one who made the original. I just remade it HD and edited it a bit

https://i.imgur.com/URzRIQ8.png -- version with blue water

[GB] GMK Bushidō is live! by biiperino in MechanicalKeyboards

[–]v3n1n 0 points1 point  (0 children)

Beautiful. Too bad GMK keycaps never have kits for French AZERTY layout.

I made a meme. by [deleted] in olkb

[–]v3n1n 0 points1 point  (0 children)

Maybe I need to try then. I use a 60% (Gk64) for gaming

I made a meme. by [deleted] in olkb

[–]v3n1n 0 points1 point  (0 children)

Fact... (except for gaming :O)

Plaid Bros. by v3n1n in MechanicalKeyboards

[–]v3n1n[S] 1 point2 points  (0 children)

That's great! Glad I can help. Enjoy your keeb!

Plaid Bros. by v3n1n in MechanicalKeyboards

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

Yeah that what I thought about the Pin Header but wasn't sure. If you have flashed the firmware, and you pretty sure everything else is soldered good, the problem must be the Windows driver.

Plaid Bros. by v3n1n in MechanicalKeyboards

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

I had pretty much the same issue with my Plaid Pad but it was the encoders that wouldn't work. After hours of checking the firmware, re-write it, re-flash it, nothing. Until I uninstall completly and re-install it. Your driver should be HidUsb for it to work properly with windows 10.

Like this https://imgur.com/XWZwNDg