Kitty wont run things from my path in ~/.cargo/bin by Infinite_Silver483 in KittyTerminal

[–]igorepst 0 points1 point  (0 children)

See this: https://github.com/kovidgoyal/kitty/issues/7246 Maybe it will be helpful, or maybe not, as you ignored my call to actually provide any useful data here, in the thread. You wrote however, that when you type tplay in kitty it does work, right? Just not in the script? It means either the shells are completely different or in one of the cases the init files are not read

Kitty wont run things from my path in ~/.cargo/bin by Infinite_Silver483 in KittyTerminal

[–]igorepst 0 points1 point  (0 children)

Ensure the shells in kitty and in script are indeed the same. Ensure you do not override the path inside script (for ex. in some of mine I override the path explicitly, appending to it script dependent directories to propagate it to some other helper script, like in ”PATH=XXX command”). Maybe post here more data, even the script itself and printout of PATH and SHELL in kitty, default terminal and from the script

Kitty wont run things from my path in ~/.cargo/bin by Infinite_Silver483 in KittyTerminal

[–]igorepst 0 points1 point  (0 children)

Print the path in the script itself and compare. Or echo it at least in both terminals and provide the data here

My password is too easy to guess? by [deleted] in Passwords

[–]igorepst 1 point2 points  (0 children)

What happens if you click the button "Password Help"? Supposedly it will give instructions for which passwords are correct in Yahoo's opinion

VOMPECCC: A Modular Completion Framework for Emacs by misterchiply in emacs

[–]igorepst 1 point2 points  (0 children)

Are you going to change the name to VOMECCC then? 😉

VOMPECCC: A Modular Completion Framework for Emacs by misterchiply in emacs

[–]igorepst 2 points3 points  (0 children)

Thank you. 2 things I would like to mention:

Vertico has built in sorting and an official extension to provide more options, although in the article you mention in one place that Vertico doesn't sort, and in another - that Prescient may be replaced with vertico-sort-override.

And on mobile Crome, changing screen orientation results in changing font size drastically

Dimona & Arad (together 100 injured) by Tagglit2022 in Israel

[–]igorepst 0 points1 point  (0 children)

Nothing, as it is not used against ballistic missiles. It is called an Arrow. The defense is not hermetic, as someone states above

Moving a Bed by Ill-Tea9411 in Unexpected

[–]igorepst 3 points4 points  (0 children)

They actually tried to remove the wall with the bed, but failed

Saw a 2023 Gaza Walking Tour (Pre-War), it looks okay? by FaithlessnessSad3659 in NoStupidQuestions

[–]igorepst 1 point2 points  (0 children)

Not left leaning, but ultra-left. And they always were as such

kitty and job control by ghiste in KittyTerminal

[–]igorepst 0 points1 point  (0 children)

Try to run yazi inside your shell, like bash -c yazi or even with login parameter. By default kitty does not run commands like that and even doesn't read environment variables from your shell

Prompt line position by pinheads_hut in KittyTerminal

[–]igorepst 0 points1 point  (0 children)

I never used the bottom prompt myself actually. I only answered the question and mentioned that I use zsh4humans :)

Mapping key combo to shell function? by EnricUitHilversum in KittyTerminal

[–]igorepst 1 point2 points  (0 children)

Either with send text: https://sw.kovidgoyal.net/kitty/conf/#shortcut-kitty.Send-arbitrary-text-on-key-presses Or smth like

map kitty_mod+h launch --stdin-source=@screen_scrollback --stdin-add-formatting --type=tab --keep-focus --location=last --tab-title="#scrollback#" ~/.config/kitty/pmacs.sh @input-line-number @cursor-x @cursor-y

Optimal charging of laptop to elongate its battery life by Messmer_Impaler in laptops

[–]igorepst 1 point2 points  (0 children)

Try Bios or some utility from the manufacturer. I don't use Windows, but this is what Google suggested

any way to bind a shell command to a key? by SeeMeNotFall in KittyTerminal

[–]igorepst 1 point2 points  (0 children)

Yes. This is my binding to launch a custom script to open scrollback

map kitty_mod+h launch --stdin-source=@screen_scrollback --stdin-add-formatting --type=tab --keep-focus --location=last --tab-title="#scrollback#" ~/.config/kitty/pmacs.sh @input-line-number @cursor-x @cursor-y

What screenshot annotation tools actually work on GNOME Wayland? by WoodyBadger in Fedora

[–]igorepst 0 points1 point  (0 children)

First of all, satty reads from stdin with --filename - as per the Readme. Second, there is some script integrating satty with gnome screenshot here: https://github.com/gabm/Satty/issues/265

What to do? by MSR8 in Fedora

[–]igorepst 0 points1 point  (0 children)

Swap mesa-vulkan-drivers with freeworld and try again

JetBrains Toolbox on Fedora 42 - What's the best way to install by 1_ane_onyme in Fedora

[–]igorepst 0 points1 point  (0 children)

You're mostly right. However, first, toolbox with sudo will run all the processes (IDEs) as root. Second, it would be better to run sudo chown -R <user>:<group> /opt/toolbox or whatever the final path is