Ben Collerson
Ben Collerson
This fixed the issue for me: ``` $ git diff neofetch| cat -A diff --git a/neofetch b/neofetch$ index 48b96d21..d42cc3ea 100755$ --- a/neofetch$ +++ b/neofetch$ @@ -3982,8 +3982,8 @@ get_cols() {$...
@djpohly Regarding adding items to the printstatus() function, I have a patch that adds appid to the fields outputted by printstatus. This is intended to allow external scripts to detect...
Okay done. https://github.com/djpohly/dwl/pull/381 appid change only, without the perl script I use to cache title and appid.
Here is a workaround that got zoom partially running (like not crashing) for me: 1. start zoom like this: `$ QT_QPA_PLATFORM=xcb zoom` 2. toggle off sidebar and close zoom 3....
The error that I see is as follows: ``` [ERROR]: Config file too big (> 10 MiB)! Are you sure it's a file? ``` "Are you sure it's a file?"...
I have a work-around in terms of inserting non-ascii strings from password managers etc. Instead of trying to type unicode strings directly with ydotool, try piping the unicode string into...
All good points. My example code was just to put across the basic idea. 1. Different keys can be sent to paste the clipboard based on the currently active app...