I have recently switched from unmaintained termite to alacritty as a terminal in arch. So far so good - I am quite happy with the features and the switch so far.
However, I have one weird problem: alacritty will not open as a floating window. This is my code in i3 config:
bindsym $mod+Return exec alacritty
bindsym $mod+Shift+Return exec -no-startup-id alacritty --role=floating
for_window [window_role="^floating$"] floating enable
There is no error message. Interestingly enough: opening a regular window of alacritty and then floating it via $mod+Shift+Space works.
Any hints? Can I somehow troubleshoot this - e.g. execute a window with verbose output as floating?