Javi3y

Results 11 issues of Javi3y

![Screenshot_2021-09-23-12-33-45](https://user-images.githubusercontent.com/74869077/134481194-fe44a275-a83d-414c-ae5c-becd31fcb16c.png) 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:...

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 ![image](https://user-images.githubusercontent.com/74869077/200142369-8cede3c7-4601-4609-8af3-60680356aee9.png) i use doom emacs

![image](https://github.com/sagars007/Firefox-vertical-tabs-customUI/assets/74869077/90e82de1-42da-4cd2-8c89-ecefbe038dd7)

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 =...