Raphael Tannous

Results 8 comments of Raphael Tannous

> It seems that @layeh is gone, therefore this project appears to be unmaintained. It also appears that there is nobody interested on replacing him as a maintainer. Trying to...

Hello all, Thoughts on [pyprpaper](https://github.com/rofe33/pyprpaper)? It's a python script that randomly change wallpapers from a given directory or directories. I use the `socket` module, so there's no need to have...

> > Note: You can create a [cron job](https://wiki.archlinux.org/title/Cron) or a [systemd timer](https://wiki.archlinux.org/title/Systemd/Timers) to change periodically the wallpaper. Hello, I updated [pyprpaper](https://github.com/rofe33/pyprpaper) to include a --timer option, then we will...

The same goes for jdtls on neovim. If the project was initialized with gradle and kotlin as build script DSL. The jdtls doesn't work. However, if the project is created...

You can customize the created note path in: ```lua -- Optional, customize how note file names are generated given the ID, target directory, and title. ---@param spec { id: string,...

Hello all, I am quite confused a little with what `workspace, previous_per_monitor` does... I was searching for a way to switch between workspaces back and forth, for example if I...

> @rofe33 try setting > > ``` > binds { > allow_workspace_cycles=true > } > ``` > > in your hyprland.conf Thank you! This is how I want my setup...

It can be done by updating the `meta.tmpl.tex` file to use the `geometry` package. ``` \usepackage[margin=1in,a4paper]{geometry} ``` I also noticed some blocks of code overflow the line width and the...