Emanuele Torre

Results 211 comments of Emanuele Torre

I don't like this. This will just potentially mess with people who might want to use a programming language that allows to use `#` as `SXHKD_SHELL`. And give you no...

I discovered that `xdotool` also has `getwindowfocus`, that won't work either: it always outputs "276" when the focused `bspwm` node is not a leaf (window). I don't know what `276`...

`xdo` uses `xcb_ewmh_get_active_window()` to get the window id to use when none is provided in the command line arguments. `pfw` uses the `focus` property of the reply of `xcb_get_input_focus()`. Is...

This problem is not specific to the `id` action of course.

I noticed that `pfw` also returns `0x00000114` not failing some times: when you run it from an empty desktop. Test: * use this `sxhkd` hotkey (`POSIX sh`): ```shell super +...

Wow! That is great! I changed: ```bash # (( ts = ($(date +%s%N) - _prompt_timer) / 1000000 )) (( ts = (10#${EPOCHREALTIME//[!0-9]} - _prompt_timer) / 1000 )) ``` and: ```bash...

> Also, mind blown by that `if ... then : ... else :` format! I wan't to rewrite all my ifs now. I love it too! It also works wonderfully...

> Thanks for this issue, I have been lowkey trying to get the "community" thing on i3 ass going, but this reminded me of the existance of this repository and...

@budRich I am writing a comment here, because, earlier this morning, something (that I eventually figured out was being caused by this prompt) drove me insane for a good half...