Javi3y
Javi3y
 Termux-info `Packages CPU architecture: aarch64 Subscribed repositories: # sources.list deb https://termux.net stable main # science-repo (sources.list.d/science.list) deb https://dl.bintray.com/grimler/science-packages-21 science stable # game-repo (sources.list.d/game.list) deb https://dl.bintray.com/grimler/game-packages-21 games stable Updatable packages:...
video
can you use this to convert videos or not? if not can you add the feature if it's possible?
Hey i want to write a systemd service that changes the login wallpaper how can i do it Is there an option to change the wallpaper by a command or...
i did this #25 and it used to work until i updated persepolis
i don't why there are no powermenus for type 7 i hope you add some
i have a problem with utf-8 characters in vterm but not in emacs  i use doom emacs

there is no nord theme like the gnome one you should add it
the code ```python from tmuxp.workspace.freezer import freeze from tmuxp.workspace.builder import WorkspaceBuilder from libtmux.server import Server server = Server() session = server.sessions.get(session_name="test", default=None) if session: new_session = freeze(session) server.kill_session("test") builder =...