Emanuele Torre
Emanuele Torre
If you really have a `:` after `super + Right`, remove it. that is what is causing the issue (I am able to reproduce it). Also it should be `super...
The colon character in an `sxhkdrc` file means the beginning of a chord chain: > When multiple chords are separated by semicolons, the hotkey is a chord chain: the command...
Are you sure you don't have a colon at the end of chain somewhere in your `sxhkdrc` file? As I said, I am pretty sure I was able to reproduce...
Hi. I don't understand how the issue is occuring? Does that happen only after you run `bspc desktop -l next`? It looks like the problem could be either that you...
> After login into system, I always run [monitor_set_multi](https://github.com/alienzj/dotfiles/blob/magic/bin/monitor_set_multi), then run [bspwmrc](https://github.com/alienzj/dotfiles/blob/magic/config/bspwm/bspwmrc). I don't understand what you mean by that. Do you run that `bspwmrc` manually? You should really not...
> Yes, please kindly refer to the attached for the updated output. > [bspc_query.log](https://github.com/baskerville/bspwm/files/10867128/bspc_query.log) Oops, sorry. I meant to ask you to run the command with `.window.local`, without '.local` it...
I do not think that change would change anything with regards to your problem. I think this specific problem (`bspwm` not removing windows from the tree after they are closed...
@dicktyr Oh, you read that from the email; I deleted that comment soon after posting it because I noticed that I forgot to implement mixed comma hypen expansions `{1-9,0}` and...
Hello. `sxhkd` can do it: ``` ~{Control_L,Control_R} {_,_}command_to_run_when_i_press_either_ctrl_key ``` `ctrl` is a modifier, not a key. You need to specify a key, the control keys are two: `Control_L` (left) and...
> two modifiers. For example, `Super_L + Control_L` or `Super_L + Control_L + Shift_L` Those are not modifiers, they are keys.. All chords must have **exactly one** key and **any...