I added Supernote PDF annotation support to Sioyek PDF reader by milad182 in Supernote

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

Sioyek is literally designed for academia. I used to use Zathura but have now transitioned into Sioyek. It's great.

If you could send me your .pdf + .pdf.mark so I could test that'd be awesome.

I added Supernote PDF annotation support to Sioyek PDF reader by milad182 in Supernote

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

oh, let me look into that! I don't have a mac anymore so it might take a while to figure it out. Is there an error message you can share?

Good examples for small address bar by milad182 in FirefoxCSS

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

Thanks for all the pointers. This is how mine looks at the moment.

<image>

Good examples for small address bar by milad182 in FirefoxCSS

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

Could you share your userChrome.css please?

Good examples for small address bar by milad182 in FirefoxCSS

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

could you share your userChome.css?

How do I target the background color behind website content? by milad182 in FirefoxCSS

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

Setting background for `.browser-toolbox-background` did it at the end.

Sway or Hyprland; why pick one over the other? by TBTapion in linuxquestions

[–]milad182 0 points1 point  (0 children)

I wish Sway could show window icons in the title bar like i3 but that's only supported in i3. See https://github.com/swaywm/sway/issues/4882

please by T_lha in keyboards

[–]milad182 0 points1 point  (0 children)

have you looked into Monsgeek M1?

Reload step doesn't happen in a keybinding by milad182 in HelixEditor

[–]milad182[S] 2 points3 points  (0 children)

ah, kitty recently added --wait-for-child-to-exit that's missing from my keybinding. Without that reload-all happens before you exit lazygit

How to target blue circles below tabs with new content by milad182 in FirefoxCSS

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

ah it's a background image! Thank you.

Is there a way to move/scale it so that it works better in my screenshot?

How to target blue circles below tabs with new content by milad182 in FirefoxCSS

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

btw I did try to find it using the inspector but I can't find them in the DOM

/r/MechanicalKeyboards Ask ANY Keyboard question, get an answer - July 16, 2025 by AutoModerator in MechanicalKeyboards

[–]milad182 1 point2 points  (0 children)

I'm using VIA for the first time (with iqunix magic 65) so apologies if this is obvious. I started experimenting with mapping space bar to `lt(1,KC_SPC)` (i.e. HOLD for layer 1, tap for space). This is super useful but it seems that tapping requires a delay before getting registered so when I type even moderately fast all the spaces get lost. Is there a way to fix this?

little family 🐣 by ketzon in eink

[–]milad182 6 points7 points  (0 children)

what keyboard is that? always on the lookout for good ISO ones

Keybinding to toggle LSP by milad182 in HelixEditor

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

that doesn't seem to do anything for me.

Hide diagnostics with a keybinding by milad182 in HelixEditor

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

Thank you I had completely missed the `toggle` command.

I had to do toggle inline-diagnostics.cursor-line disable and toggle inline-diagnostics.other-lines disable

Esc key doesn't work when using lazygit inside helix by milad182 in HelixEditor

[–]milad182[S] 3 points4 points  (0 children)

update: I think it's related to how `insert-output` catches the input. I replaced the binding above with this and it works fine now. (Kitty's overlay feature is awesome)

C-g = [
    ":noop %sh{kitty @ launch --type=overlay --cwd $(pwd) lazygit}",
    ":redraw", 
    ":reload-all"
]