Iamnotagenius
Iamnotagenius
Steps to reproduce: Run `socat - UNIX-CONNECT:/tmp/hypr/$(echo $HYPRLAND_INSTANCE_SIGNATURE)/.socket2.sock | while read line; do echo "Recieved event: \"$line\""; done` in a shell, then switch workspaces a couple of times. Expected output:...
Thanks for this useful script. I've installed it as a default application and when I'm opening a, for example, .docx file in a Telegram Desktop, the script does nothing. Upon...
I noticed there is no Events section in vim help although they mentioned in the README. It would've been nice to have access to this info in the neovim itself.
In `ru_RU.UTF-8` locale, there's a possibility to specify alternative month format. For example, specifying `%B` format, `strftime` will output this (providing that said locale is in charge): `марта`. It works...
OS: Arch linux Kernel: 6.13.1.arch2-1 Hyprland ver: 0.47.2 uwsm ver: 0.20.5 In my `~/.zprofile`: ```sh if uwsm check may-start -v; then exec uwsm start hyprland.desktop fi ``` On first run,...