Can you give an example of what you mean by a risky change?
Have you tried killing the other process using the dpkg lock?
Duckduckgo has a no javascript mode.
Forge joe.
like, "joe sure is tough, he's built like a forge"
Is it possible to resize tab panes?
You basically get to choose which modifier key you want to use
Ive been daily driving debian since dec 25, 2023. I dont regret it at all. I had some experience using ubuntu in like 2007, but other than that had been using windows exclusively.
ctrl-b: move cursor back one character
ctrl-f: move cursor foward one character
ctrl-d: delete character under cursor
I may actually have a hope of remembering how to access elements of an array in bash now!
I just want you to know you weren't screaming into the void. Look at my new main.py:
from pathlib import PurePath
from Layout import Layout
DEFAULT_FOLDER = PurePath("/home", "mike", "bg")
WATERMARK_DIR = Path(Path(os.getcwd()).parent, "assets", "img")
def main() -> Layout:
return Layout()
if __name__ == "__main__":
main()
(I know I still need to change those folder defaults, but I am still riding the high of getting all that layout stuff into Layout.py and it working. I spent a couple hours today struggling, wondering why I was just getting a blank screen, when i realized i forgot to call .grid() on the frame that held all the widgets! So it was just rendering a blank window. )
I needed to read this. Thank you.