Emanuele Torre
Emanuele Torre
> I also can't run > ``` > @Control_L > echo "foo" > ``` It does work. make sure that you don't have typos and that you are not redefining...
> > It does work. make sure you have that you don't have typos and that you are not redefining `@Control_L` later on on the file. > > Ohh, So...
@Jackojc How is that related to this issue?
Again, how is that related? You do it like so: ``` Caps_Lock notify-send 'i work; what is the issue?' ```
I see. what you mean is that these work: ``` # these work {_,@}Caps_Lock notify-send Caps_Lock {pressed,released} ``` but, only the pressed part works if you add the replay option:...
> ```shell > Super_L + f > firefox > ``` `Super_L + f` is not a valid chord: it's formed by two keysyms! The manual defines the config syntax like...
Hm, yes, I recall `.active` not working correctly for nodes, and having to work around it in one of my script a while ago, but I don't think I have...
if you run `sxhkd` with `SXHKD_SHELL=/usr/bin/dash` for example in your environment, it will use `dash` instead of `fish` (your login shell) which will be substantially faster. The easiest way to...
My opinion on this is that automatic master-stack layouts are useless, they are basically bspwm's monocle layout, but worse because you have other stuff occupying the screen. I think having...