ralismark

Results 14 issues of ralismark

I've recently switched from dunst to eventd, and this is quite good. However, there are a few features that dunst has but eventd doesn't that would be great: - Temporary...

enhancement

Pausing and resuming the app (e.g. switching to another app and back) causes the app to stop functioning, resulting in a variety of issues including failing to connect to devices,...

## Version Output of `rofi -v` ``` Version: 1.5.2 ``` ## Configuration Output of `rofi -help`: https://gist.github.com/ralismark/b7b92d41387c4d690a08c258ee7904e1 ## Launch Command `rofi -no-config -show script:./test` Contents of `./test`: ``` #!/bin/sh seq...

Nice To Have

Passing an absolute path to `--hide` does not stop tectonic from reading that file. If a relative path is used, this still works. e.g. a.tex: ```tex hello world ``` b.tex:...

The joystick (incorrectly) responds to touch gestures which do not start on it. See gif for example: ![multi-touch](https://user-images.githubusercontent.com/13449732/50629569-3972a500-0f91-11e9-9b58-95c643ba827f.gif) (red/blue lines from showing layout bounds) I'm guessing that this is caused...

#### What is the purpose of this change? This fixes #5078 by adding basic support for [Cross-Origin Resource Sharing (CORS)](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) requests when serving http-based protocols. This means that webapps are...

## Description A system tray widget that supports the [StatusNotifierItem protocol](https://www.freedesktop.org/wiki/Specifications/StatusNotifierItem/). Supersedes #676. Currently very WIP. See below for more info. ## Usage The widget is called `systray` and can...

### Description Currently, the entries in `home.sessionPath` are only appended to $PATH, and there is no way to add entries before the existing path. My main issue with this is...

feature request
status: stale

Would you consider adding support for looking in $XDG_DATA_DIRS and the paths listed in $XDG_DATA_HOME for fortunes? This would allow fortunes to be put in places other than the directories...

Demonstration: ``` $ fortune 70% all fortune: probabilities sum to 140%! ``` This seems to be because FORTDIR and LOCFORTDIR both get separately added with the specified pecentage, instead of...