Scripting a floating window
I am struggling a little with alsamixer, have a small script that I can run from dmenu
  $TERMINAL --command="alsamixer"
  i3-msg floating enable
  i3-msg move absolute position center
It does work but not how I wanted it, need a terminal window to open in the middle of workspace free form tiling [floating]
Or would it be easier with a simple key bind?
