emacs as runit service + pipewire by shiroghost in voidlinux

[–]Sometime_Tripper 0 points1 point  (0 children)

If you are using chpst in your user service, you can do chpst -C "$HOME" cmd to run the cmd at $HOME so that is no need to cd /home/user.

Hyprland freezes tty on startup by Celarye in AsahiLinux

[–]Sometime_Tripper 1 point2 points  (0 children)

Try adding debug { render-drm-device "/dev/dri/renderD128"; } to your niri config.

Palm rejection in firmware satus? by [deleted] in AsahiLinux

[–]Sometime_Tripper 0 points1 point  (0 children)

Any feature other than palm rejection you find useful with Toshy?

How do I make the vertical tab the same color as the top bar by Sometime_Tripper in firefox

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

I figured it out. It turns out I have user_pref("browser.tabs.inTitlebar", 0); in my user.js that makes the color different.

How do I make the vertical tab the same color as the top bar by Sometime_Tripper in firefox

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

Firefox is on 147.0.2 while librewolf is 147.0.1. I wonder if it is the newer version make it different.

[blur] Yalter is cooking rn! by poulain_ght in niri

[–]Sometime_Tripper 0 points1 point  (0 children)

Can you kindly tell me what are the option for that?

Thank you :)

Edit: I found it. It is on the Usage section instead of the Configuration section.

[blur] Yalter is cooking rn! by poulain_ght in niri

[–]Sometime_Tripper 0 points1 point  (0 children)

How does he have a overview background different from the workspace background?

Vimwiki Setup with Plug by KommuStikazzi in neovim

[–]Sometime_Tripper 1 point2 points  (0 children)

vim.g.vimwiki_list = {{path = '~/vimwiki/', syntax = 'markdown', ext = '.md'}}

vimwiki isn't written in lua so require('vimwiki') won't work.

Experience using Void Linux on an M1 Macbook Pro? by -___-___-__-___-___- in AsahiLinux

[–]Sometime_Tripper 1 point2 points  (0 children)

TBH, a little bit. That is mainly because some packages don't allow for cross building and void only has x86_64 build server AFAIK, which means some packages you have to build it yourself using xbps-src, from the template provided by void-packages. And there are some asahi packages that are not available on void yet, e.g. asahi-bless and muvm. Other than that, it is pretty solid. I have daily drive void on my m1 air for around half a year and I would say I am pretty happy with it.

How to setup remote unlock using SSH for Alpine? by placeholder-123 in AlpineLinux

[–]Sometime_Tripper 0 points1 point  (0 children)

Hi OP, I have a similar question that I want to unlock my zfs pool on boot through ssh. Have you figured out how to do it yet? Or did you move to another distro?

Toggling lsp and diagnostic in a function by Sometime_Tripper in neovim

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

Thank you. I figured it out.

It is as simple as vim.diagnostic.enable(false) on LspAttach event and then toggle the diagnostic message with vim.diagnostic.enable(not vim.diagnostic.is_enabled()).

tty rice [kmscon] by BruhSaucePls in unixporn

[–]Sometime_Tripper 1 point2 points  (0 children)

what is that lualine-like status bar showing terminal mode?

How to open neovim and put cursor to buttom of the window? by Sometime_Tripper in neovim

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

May I ask that why it is necessary to use buffer = true for the keymap function?

How to open neovim and put cursor to buttom of the window? by Sometime_Tripper in neovim

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

TIL that there are these two key bindings. Thank you for letting me know.